Exception: Wallaby::ResourceNotFound
- Inherits:
-
NotFound
- Object
- StandardError
- GeneralError
- NotFound
- Wallaby::ResourceNotFound
- Defined in:
- lib/errors/wallaby/resource_not_found.rb
Overview
Resource not found error
Instance Method Summary collapse
-
#message ⇒ String
Resource not found error message.
Instance Method Details
#message ⇒ String
Returns resource not found error message.
5 6 7 |
# File 'lib/errors/wallaby/resource_not_found.rb', line 5 def I18n.t 'errors.not_found.resource', resource: super end |