Robot Framework
robot.libraries.BuiltIn.RobotNotRunningError Class Reference

Used when something cannot be done because Robot is not running. More...

Inheritance diagram for robot.libraries.BuiltIn.RobotNotRunningError:
AttributeError

Detailed Description

Used when something cannot be done because Robot is not running.

Based on AttributeError to be backwards compatible with RF < 2.8.5.
May later be based directly on Exception, so new code should except
this exception explicitly.

Definition at line 3955 of file BuiltIn.py.


The documentation for this class was generated from the following file: