Exception: MediaTypes::Serialization::NoOutputSerializersDefinedError
- Inherits:
-
ConfigurationError
- Object
- StandardError
- Error
- ConfigurationError
- MediaTypes::Serialization::NoOutputSerializersDefinedError
- Defined in:
- lib/media_types/serialization/error.rb
Instance Method Summary collapse
Instance Method Details
#intialize ⇒ Object
177 178 179 |
# File 'lib/media_types/serialization/error.rb', line 177 def intialize super("Called freeze_io! without any allowed output serializers. Users won't be able to make any requests. Please make sure to add at least one allow_output_serializer call to your controller.") end |