Exception: Common::Exceptions::NoQueryParamsAllowed

Inherits:
BaseError
  • Object
show all
Defined in:
lib/common/exceptions/no_query_params_allowed.rb

Instance Method Summary collapse

Methods inherited from BaseError

#log_to_sentry?, #message, #sentry_type, #status_code

Instance Method Details

#errorsObject



9
10
11
# File 'lib/common/exceptions/no_query_params_allowed.rb', line 9

def errors
  Array(SerializableError.new(i18n_interpolated))
end