Exception: Strike::Errors::NotFoundError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/strike/errors.rb

Instance Method Summary collapse

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