Exception: FastTrack::UnauthorizedException

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

Overview

Unauthorized

Instance Method Summary collapse

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(message = 'API key is wrong')
  super(message)
end