Exception: FastHaml::FilterCompilers::NotFound

Inherits:
StandardError
  • Object
show all
Defined in:
lib/fast_haml/filter_compilers.rb

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ NotFound

Returns a new instance of NotFound.



6
7
8
9
# File 'lib/fast_haml/filter_compilers.rb', line 6

def initialize(name)
  super("Unable to find compiler for #{name}")
  @name = name
end