Exception: FastTrack::MethodNotAllowedException
- Inherits:
-
Exception
- Object
- Exception
- FastTrack::MethodNotAllowedException
- Defined in:
- lib/exceptions.rb
Overview
Method not allowed
Instance Method Summary collapse
-
#initialize(message = 'You tried to access an endpoint with an invalid method') ⇒ MethodNotAllowedException
constructor
A new instance of MethodNotAllowedException.
Constructor Details
#initialize(message = 'You tried to access an endpoint with an invalid method') ⇒ MethodNotAllowedException
Returns a new instance of MethodNotAllowedException.
33 34 35 |
# File 'lib/exceptions.rb', line 33 def initialize( = 'You tried to access an endpoint with an invalid method') super() end |