Exception: FastTrack::NotAcceptableException
- Inherits:
-
Exception
- Object
- Exception
- FastTrack::NotAcceptableException
- Defined in:
- lib/exceptions.rb
Overview
Not acceptable
Instance Method Summary collapse
-
#initialize(message = 'You requested a format that is not json') ⇒ NotAcceptableException
constructor
A new instance of NotAcceptableException.
Constructor Details
#initialize(message = 'You requested a format that is not json') ⇒ NotAcceptableException
Returns a new instance of NotAcceptableException.
47 48 49 |
# File 'lib/exceptions.rb', line 47 def initialize( = 'You requested a format that is not json') super() end |