class OptParseError(Exception):
class attributes and properties:
args: <attribute 'args' of 'exceptions.BaseException' objects>
message: <member 'message' of 'exceptions.BaseException' objects>
methods:
def __init__(self, msg):
*no docstring available*
arguments:
- self: <UNKNOWN>
- msg: <UNKNOWN>
return value:
<UNKNOWN>
def __str__(self):
*no docstring available*
arguments:
return value:
<UNKNOWN>