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

6 lines
140 B
Python

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