QGIS/python/plugins/sextante/script/WrongScriptException.py
2012-09-15 18:30:32 +03:00

5 lines
124 B
Python

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