Exception: PagarMe::NotFound
- Inherits:
-
ResponseError
- Object
- StandardError
- PagarMeError
- ResponseError
- PagarMe::NotFound
- Defined in:
- lib/pagarme/errors.rb
Instance Attribute Summary collapse
-
#response ⇒ Object
readonly
Returns the value of attribute response.
Attributes inherited from ResponseError
Instance Method Summary collapse
-
#initialize(response, request_params, error) ⇒ NotFound
constructor
A new instance of NotFound.
Constructor Details
#initialize(response, request_params, error) ⇒ NotFound
Returns a new instance of NotFound.
28 29 30 31 |
# File 'lib/pagarme/errors.rb', line 28 def initialize(response, request_params, error) @response = response super request_params, error end |
Instance Attribute Details
#response ⇒ Object (readonly)
Returns the value of attribute response.
27 28 29 |
# File 'lib/pagarme/errors.rb', line 27 def response @response end |