Exception: BruntAPI::NotFoundError
- Inherits:
-
ClientError
- Object
- StandardError
- ClientError
- BruntAPI::NotFoundError
- Defined in:
- lib/brunt_api/error.rb
Instance Method Summary collapse
-
#initialize ⇒ NotFoundError
constructor
A new instance of NotFoundError.
Constructor Details
#initialize ⇒ NotFoundError
18 19 20 |
# File 'lib/brunt_api/error.rb', line 18 def initialize super('Resource not found.') end |