Exception: Common::Exceptions::GatewayTimeout

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

Instance Method Summary collapse

Methods inherited from BaseError

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

Instance Method Details

#errorsObject



8
9
10
# File 'lib/common/exceptions/gateway_timeout.rb', line 8

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