compat.optparse.OptionError API [rev. unknown]

class OptionError(compat.optparse.OptParseError):

Raised if an Option instance is created with invalid or inconsistent arguments.

class attributes and properties:

args: <attribute 'args' of 'exceptions.BaseException' objects>
message: <member 'message' of 'exceptions.BaseException' objects>

methods:

def __init__(self, msg, option):

*no docstring available*

def __str__(self):

*no docstring available*