Exception: AutomationObject::Dsl::Error::ElementDoesNotExistError
- Inherits:
-
StandardError
- Object
- StandardError
- AutomationObject::Dsl::Error::ElementDoesNotExistError
- Defined in:
- lib/automation_object/dsl/_error.rb
Overview
Error for non-existent element
Instance Method Summary collapse
-
#initialize(name) ⇒ ElementDoesNotExistError
constructor
A new instance of ElementDoesNotExistError.
Constructor Details
#initialize(name) ⇒ ElementDoesNotExistError
Returns a new instance of ElementDoesNotExistError
19 20 21 22 |
# File 'lib/automation_object/dsl/_error.rb', line 19 def initialize(name) = "#{name} element does not exist" super() end |