Exception: Justa::NotFound
- Inherits:
-
ResponseError
- Object
- StandardError
- JustaError
- ResponseError
- Justa::NotFound
- Defined in:
- lib/justa/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.
30 31 32 33 |
# File 'lib/justa/errors.rb', line 30 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.
29 30 31 |
# File 'lib/justa/errors.rb', line 29 def response @response end |