Exception: Lh::Exceptions::NotFoundError

Inherits:
BaseError show all
Defined in:
lib/lh/exceptions/general_exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(message = nil) ⇒ NotFoundError

Returns a new instance of NotFoundError.



7
8
9
# File 'lib/lh/exceptions/general_exceptions.rb', line 7

def initialize(message = nil)
  super(message || "errors.messages.not_found")
end