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.



150
151
152
# File 'lib/lilu.rb', line 150

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