Exception: Lilu::ElementNotFound

Inherits:
Exception
  • Object
show all
Defined in:
lib/lilu.rb

Instance Method Summary collapse

Constructor Details

#initialize(element) ⇒ ElementNotFound

Returns a new instance of ElementNotFound.



174
175
176
# File 'lib/lilu.rb', line 174

def initialize(element)
  super("Element #{element} was not found")
end