Exception: Faml::FilterCompilers::NotFound

Inherits:
Error
  • Object
show all
Defined in:
lib/faml/filter_compilers.rb

Instance Attribute Summary

Attributes inherited from Error

#lineno

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ NotFound

Returns a new instance of NotFound.



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

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