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