]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/class_BaseHubSystem.php
Continued refacturing:
[hub.git] / application / hub / main / class_BaseHubSystem.php
index d6399194594514328ea6aa2332296f3dc8b96c34..0426bd28a33b75e6b129d93db9dda0595dce27eb 100644 (file)
@@ -34,6 +34,7 @@ class BaseHubSystem extends BaseFrameworkSystem {
        const EXCEPTION_DHT_BOOTSTRAP_NOT_ACCEPTED    = 0x908;
        const EXCEPTION_MULTIPLE_MESSAGE_SENT         = 0x909;
        const EXCEPTION_DHT_BOOTSTRAP_NOT_ATTEMPTED   = 0x90a;
+       const EXCEPTION_INVALID_UNL                   = 0x90b;
 
        // Message status codes
        const MESSAGE_STATUS_CODE_OKAY = 'OKAY';