class FastTrack::UnauthorizedException
Unauthorized
Public Class Methods
new(message = 'API key is wrong')
click to toggle source
Calls superclass method
# File lib/exceptions.rb, line 68 def initialize(message = 'API key is wrong') super(message) end