QGIS/python/plugins/sextante/core/WrongHelpFileException.py

6 lines
132 B
Python
Raw Normal View History

class WrongHelpFileException(Exception):
def __init__(self, msg):
Exception.__init__(self)
self.msg = msg