Modifications to make RippingCluster code work

This commit is contained in:
2011-04-21 23:33:21 +01:00
parent 998a9d958f
commit 177ed337b0
7 changed files with 29 additions and 22 deletions

View File

@@ -2,6 +2,9 @@
class SihnonFramework_Exception extends Exception {};
class SihnonFramework_Exception_NotInitialised extends SihnonFramework_Exception {};
class SihnonFramework_Exception_AlreadyInitialisted extends SihnonFramework_Exception {};
class SihnonFramework_Exception_NotImplemented extends SihnonFramework_Exception {};
class SihnonFramework_Exception_MissingDefinition extends SihnonFramework_Exception {};