Class: Etna::NotFound

Inherits:
Error
  • Object
show all
Defined in:
lib/etna/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Resource not found', status = 404) ⇒ NotFound

Returns a new instance of NotFound.



26
27
28
# File 'lib/etna/errors.rb', line 26

def initialize(msg = 'Resource not found', status = 404)
  super
end