]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/class_BaseHubSystem.php
Now incoming, outgoing and 'server' pools are possible
[hub.git] / application / hub / main / class_BaseHubSystem.php
index a607160265d2e98fc354d32e78a97b74c93a48bf..6a7ff2f1d85f1fb250311d7c9c449bf3488f1fd5 100644 (file)
@@ -26,6 +26,7 @@ class BaseHubSystem extends BaseFrameworkSystem {
        const EXCEPTION_UNSUPPORTED_ERROR_HANDLER = 0x900;
        const EXCEPTION_CHUNK_ALREADY_ASSEMBLED   = 0x901;
        const EXCEPTION_ANNOUNCEMENT_NOT_ACCEPTED = 0x902;
+       const EXCEPTION_INVALID_CONNECTION_TYPE   = 0x903;
 
        // Message status codes
        const MESSAGE_STATUS_CODE_OKAY = 'OKAY';