Exception: TokenError

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Could not do operation with token provided') ⇒ TokenError

Returns a new instance of TokenError.



10
11
12
# File 'lib/vmfloaty/errors.rb', line 10

def initialize(msg = 'Could not do operation with token provided')
  super
end