Exception: FastTrack::UnauthorizedException
- Inherits:
-
Exception
- Object
- Exception
- FastTrack::UnauthorizedException
- Defined in:
- lib/exceptions.rb
Overview
Unauthorized
Instance Method Summary collapse
-
#initialize(message = 'API key is wrong') ⇒ UnauthorizedException
constructor
A new instance of UnauthorizedException.
Constructor Details
#initialize(message = 'API key is wrong') ⇒ UnauthorizedException
Returns a new instance of UnauthorizedException.
68 69 70 |
# File 'lib/exceptions.rb', line 68 def initialize( = 'API key is wrong') super() end |