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