Exception: AutomationObject::State::CannotNavigateForward

Inherits:
StandardError
  • Object
show all
Defined in:
lib/automation_object/state/_error.rb

Overview

Cannot navigate forward error

Instance Method Summary collapse

Constructor Details

#initialize(message = 'Cannot navigate forwards in history') ⇒ CannotNavigateForward

Returns a new instance of CannotNavigateForward



14
15
16
# File 'lib/automation_object/state/_error.rb', line 14

def initialize(message = 'Cannot navigate forwards in history')
  super
end