Exception: Grape::Exceptions::UnknownErrorFormatter
- Defined in:
- lib/grape/exceptions/unknown_error_formatter.rb
Constant Summary
Constants inherited from Base
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize(error_formatter_type) ⇒ UnknownErrorFormatter
constructor
A new instance of UnknownErrorFormatter.
Methods inherited from Base
Constructor Details
#initialize(error_formatter_type) ⇒ UnknownErrorFormatter
Returns a new instance of UnknownErrorFormatter.
6 7 8 |
# File 'lib/grape/exceptions/unknown_error_formatter.rb', line 6 def initialize(error_formatter_type) super(message: (:unknown_error_formatter, error_formatter_type:)) end |