Laelaps  2.3.5
RoadNarrows Robotics Small Outdoor Mobile Robot Project
laelaps_stop.usage Class Reference

Unit test command-line exception class. More...

Inheritance diagram for laelaps_stop.usage:

Public Member Functions

def __init__ (self, msg)
 Constructor. More...
 

Public Attributes

 msg
 error message attribute
 

Detailed Description

Unit test command-line exception class.

Raise usage exception.

Definition at line 65 of file laelaps_stop.py.

Constructor & Destructor Documentation

def laelaps_stop.usage.__init__ (   self,
  msg 
)

Constructor.

Parameters
msgError message string.

Definition at line 72 of file laelaps_stop.py.

72  def __init__(self, msg):
73  ## error message attribute
74  self.msg = msg
75 
76 #
msg
error message attribute
Definition: laelaps_stop.py:74
def __init__(self, msg)
Constructor.
Definition: laelaps_stop.py:72

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