Added code ...
[hub.git] / application / hub / classes / class_BaseHubSystem.php
index 77bf1c3456bf5096e76cb203d92354e44a250413..bcdb5581d61dfecbc646f5b308fe33d89dcc8223 100644 (file)
@@ -35,6 +35,7 @@ class BaseHubSystem extends BaseFrameworkSystem {
        const EXCEPTION_MULTIPLE_MESSAGE_SENT         = 0x909;
        const EXCEPTION_DHT_BOOTSTRAP_NOT_ATTEMPTED   = 0x90a;
        const EXCEPTION_INVALID_UNL                   = 0x90b;
+       const EXCEPTION_INVALID_PRIVATE_KEY_HASH      = 0x90c;
 
        // Message status codes
        const MESSAGE_STATUS_CODE_OKAY = 'OKAY';