commit before some radicallish changes to water behavior
This commit is contained in:
@@ -116,6 +116,14 @@ class InvalidFilenameException : public BaseException
|
||||
{}
|
||||
};
|
||||
|
||||
class ProcessingLimitException : public BaseException
|
||||
{
|
||||
public:
|
||||
ProcessingLimitException(const char *s):
|
||||
BaseException(s)
|
||||
{}
|
||||
};
|
||||
|
||||
/*
|
||||
Some "old-style" interrupts:
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user