]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/class_BaseHubSystem.php
RawDataInputStream does now throw exceptions if the BASE64-encoded data is not well...
[hub.git] / application / hub / main / class_BaseHubSystem.php
index 03579227987b32f3114470a5900b96f0ebb9471d..e89050f66334c041c5bd8eea8c38709ed63872f0 100644 (file)
  */
 class BaseHubSystem extends BaseFrameworkSystem {
        // Exception codes
-       const EXCEPTION_UNSUPPORTED_ERROR_HANDLER  = 0x900;
-       const EXCEPTION_CHUNK_ALREADY_ASSEMBLED    = 0x901;
-       const EXCEPTION_ANNOUNCEMENT_NOT_ACCEPTED  = 0x902;
-       const EXCEPTION_INVALID_CONNECTION_TYPE    = 0x903;
-       const EXCEPTION_ANNOUNCEMENT_NOT_ATTEMPTED = 0x904;
+       const EXCEPTION_UNSUPPORTED_ERROR_HANDLER    = 0x900;
+       const EXCEPTION_CHUNK_ALREADY_ASSEMBLED      = 0x901;
+       const EXCEPTION_ANNOUNCEMENT_NOT_ACCEPTED    = 0x902;
+       const EXCEPTION_INVALID_CONNECTION_TYPE      = 0x903;
+       const EXCEPTION_ANNOUNCEMENT_NOT_ATTEMPTED   = 0x904;
+       const EXCEPTION_BASE64_ENCODING_NOT_MODULO_4 = 0x905;
 
        // Message status codes
        const MESSAGE_STATUS_CODE_OKAY = 'OKAY';