class FastTrack::MethodNotAllowedException
Method not allowed
Public Class Methods
new(message = 'You tried to access an endpoint with an invalid method')
click to toggle source
Calls superclass method
# File lib/exceptions.rb, line 33 def initialize(message = 'You tried to access an endpoint with an invalid method') super(message) end