Exception: AutomationObject::State::CannotNavigateBack
- Inherits:
-
StandardError
- Object
- StandardError
- AutomationObject::State::CannotNavigateBack
- Defined in:
- lib/automation_object/state/_error.rb
Overview
Cannot navigate back error
Instance Method Summary collapse
-
#initialize(message = 'Cannot navigate backwards in history') ⇒ CannotNavigateBack
constructor
A new instance of CannotNavigateBack.
Constructor Details
#initialize(message = 'Cannot navigate backwards in history') ⇒ CannotNavigateBack
Returns a new instance of CannotNavigateBack
7 8 9 |
# File 'lib/automation_object/state/_error.rb', line 7 def initialize( = 'Cannot navigate backwards in history') super end |