Exception: AuthError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/vmfloaty/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Could not authenticate to pooler') ⇒ AuthError

Returns a new instance of AuthError.



4
5
6
# File 'lib/vmfloaty/errors.rb', line 4

def initialize(msg = 'Could not authenticate to pooler')
  super
end