Exception: Lh::Exceptions::NotFoundError
- Defined in:
- lib/lh/exceptions/general_exceptions.rb
Instance Method Summary collapse
-
#initialize(message = nil) ⇒ NotFoundError
constructor
A new instance of NotFoundError.
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( = nil) super( || "errors.messages.not_found") end |