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