Class: ErrMerchant::ErrorsController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/err_merchant/errors_controller.rb

Constant Summary collapse

ERRORS =
{
  :internal_server_error => 500,
  :not_found => 404,
  :conflict => 409,
  :unprocessable_entity => 422,
  :method_not_allowed => 405,
  :not_implemented => 501
}.freeze