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.



2
3
4
# File 'lib/vmfloaty/errors.rb', line 2

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