Author: Sebastian Bergmann
Date: 2007-05-04 06:39:31 +0200 (Fri, 04 May 2007)
New Revision: 5033
Log:
- Add missing exception message.
Modified:
trunk/Workflow/src/interfaces/execution.php
Modified: trunk/Workflow/src/interfaces/execution.php
===================================================================
--- trunk/Workflow/src/interfaces/execution.php 2007-05-04 04:38:03 UTC (rev
5032)
+++ trunk/Workflow/src/interfaces/execution.php 2007-05-04 04:39:31 UTC (rev
5033)
@@ -211,7 +211,9 @@
}
else
{
- throw new ezcWorkflowInvalidInputException;
+ throw new ezcWorkflowInvalidInputException(
+ (string)$this->waitingFor[$variableName]['condition']
+ );
}
}
}
--
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components