Exception: Lilu::ElementNotFound
- Inherits:
-
Exception
- Object
- Exception
- Lilu::ElementNotFound
- Defined in:
- lib/lilu.rb
Instance Method Summary collapse
-
#initialize(element) ⇒ ElementNotFound
constructor
A new instance of ElementNotFound.
Constructor Details
#initialize(element) ⇒ ElementNotFound
Returns a new instance of ElementNotFound.
170 171 172 |
# File 'lib/lilu.rb', line 170 def initialize(element) super("Element #{element} was not found") end |