Exception: StandardExceptions::Http::Forbidden

Inherits:
Exception
  • Object
show all
Defined in:
lib/standard_exceptions/http.rb

Overview

PaymentRequired 402

Constant Summary collapse

MESSAGE =
'The server understood the request but refuses to authorize it.'
STATUS =
403

Instance Attribute Summary

Attributes inherited from Exception

#inner, #status

Method Summary

Methods inherited from Exception

human_name, #human_name, #initialize

Constructor Details

This class inherits a constructor from StandardExceptions::Exception