Exception: Chronicle::NotFoundError
- Defined in:
- app/errors/chronicle/not_found_error.rb
Instance Attribute Summary
Attributes inherited from BaseError
Instance Method Summary collapse
-
#initialize(message = 'Resource not found') ⇒ NotFoundError
constructor
A new instance of NotFoundError.
Constructor Details
#initialize(message = 'Resource not found') ⇒ NotFoundError
Returns a new instance of NotFoundError.
3 4 5 |
# File 'app/errors/chronicle/not_found_error.rb', line 3 def initialize( = 'Resource not found') super(, 404) end |