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.



8
9
10
# File 'lib/vmfloaty/errors.rb', line 8

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