Exception: Strike::Errors::NotFoundError
- Inherits:
-
StandardError
- Object
- StandardError
- Strike::Errors::NotFoundError
- Defined in:
- lib/strike/errors.rb
Instance Method Summary collapse
-
#initialize(msg = 'The resource does not exist.') ⇒ NotFoundError
constructor
A new instance of NotFoundError.
Constructor Details
#initialize(msg = 'The resource does not exist.') ⇒ NotFoundError
Returns a new instance of NotFoundError.
22 23 24 |
# File 'lib/strike/errors.rb', line 22 def initialize(msg = 'The resource does not exist.') super end |