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