Exception: Hamlit::NotFound

Inherits:
StandardError
  • Object
show all
Defined in:
lib/hamlit/concerns/registerable.rb

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ NotFound

Returns a new instance of NotFound.



3
4
5
# File 'lib/hamlit/concerns/registerable.rb', line 3

def initialize(name)
  super(%Q{Filter "#{name}" is not defined.})
end