class AutomationObject::State::CannotNavigateBack
Cannot navigate back error
Public Class Methods
new(message = 'Cannot navigate backwards in history')
click to toggle source
Calls superclass method
# File lib/automation_object/state/_error.rb, line 7 def initialize(message = 'Cannot navigate backwards in history') super end