Exception: Faml::FilterCompilers::NotFound
- Defined in:
- lib/faml/filter_compilers.rb
Instance Attribute Summary
Attributes inherited from Error
Instance Method Summary collapse
-
#initialize(name) ⇒ NotFound
constructor
A new instance of NotFound.
Constructor Details
#initialize(name) ⇒ NotFound
Returns a new instance of NotFound.
7 8 9 10 |
# File 'lib/faml/filter_compilers.rb', line 7 def initialize(name) super("Unable to find compiler for #{name}", nil) @name = name end |