Exception: MediaTypes::Serialization::InputNotAcceptableError
- Inherits:
-
ControlFlowError
- Object
- StandardError
- Error
- ControlFlowError
- MediaTypes::Serialization::InputNotAcceptableError
- Defined in:
- lib/media_types/serialization/error.rb
Instance Method Summary collapse
-
#initialize ⇒ InputNotAcceptableError
constructor
A new instance of InputNotAcceptableError.
Constructor Details
#initialize ⇒ InputNotAcceptableError
Returns a new instance of InputNotAcceptableError.
11 12 13 |
# File 'lib/media_types/serialization/error.rb', line 11 def initialize super('Content-Type provided in the request is not acceptable.') end |