# Copyright: Clearwind Consulting, Ltd. # License: GPL # For more info see: http://www.clearwind.ca # # $Id$ from exceptions import Exception class WorkflowScriptAbsent(Exception): pass class WorkflowScriptError(Exception): pass