class AutomationObject::State::NoInitialScreenError
No initial screen to start from
Public Class Methods
new(message = 'No initial screen to be set to')
click to toggle source
Calls superclass method
# File lib/automation_object/state/_error.rb, line 32 def initialize(message = 'No initial screen to be set to') super end