Exception: PushPay::NotFoundError
- Defined in:
- lib/pushpay/errors.rb
Instance Attribute Summary
Attributes inherited from APIError
Instance Method Summary collapse
-
#initialize(message = "Resource not found", status_code = 404, response_body = nil) ⇒ NotFoundError
constructor
A new instance of NotFoundError.
Constructor Details
#initialize(message = "Resource not found", status_code = 404, response_body = nil) ⇒ NotFoundError
Returns a new instance of NotFoundError.
38 39 40 |
# File 'lib/pushpay/errors.rb', line 38 def initialize( = "Resource not found", status_code = 404, response_body = nil) super(, status_code, response_body) end |