Exception: Common::Exceptions::NoQueryParamsAllowed
- Inherits:
-
BaseError
- Object
- StandardError
- BaseError
- Common::Exceptions::NoQueryParamsAllowed
- Defined in:
- lib/common/exceptions/no_query_params_allowed.rb
Instance Method Summary collapse
Methods inherited from BaseError
#i18n_data, #i18n_field, #i18n_interpolated, #i18n_key, #log_to_sentry?, #message, #sentry_type, #status_code
Instance Method Details
#errors ⇒ Object
9 10 11 |
# File 'lib/common/exceptions/no_query_params_allowed.rb', line 9 def errors Array(SerializableError.new(i18n_interpolated)) end |