Exception: CommonError::InvalidToken

Inherits:
Exception
  • Object
show all
Defined in:
lib/rest/rest_common_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'InvalidToken') ⇒ InvalidToken

Returns a new instance of InvalidToken.



3
4
5
# File 'lib/rest/rest_common_error.rb', line 3

def initialize(msg = 'InvalidToken')
  super
end