Vega strike Python Modules doc  0.5.1
Documentation of the " Modules " folder of Vega strike
 All Data Structures Namespaces Files Functions Variables
Error Class Reference
Inheritance diagram for Error:
DuplicateSectionError InterpolationDepthError InterpolationError NoOptionError NoSectionError ParsingError MissingSectionHeaderError

Public Member Functions

def __init__
 
def __repr__
 

Detailed Description

Definition at line 101 of file ConfigParser.py.

Constructor & Destructor Documentation

def __init__ (   self,
  msg = '' 
)

Definition at line 102 of file ConfigParser.py.

References Error._msg.

103  def __init__(self, msg=''):
104  self._msg = msg
Exception.__init__(self, msg)

Member Function Documentation

def __repr__ (   self)

Definition at line 105 of file ConfigParser.py.

References Error._msg.

106  def __repr__(self):
return self._msg

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