]> git.mxchange.org Git - hub.git/commitdiff
Also this constant is not reachable through "self" from this class.
authorRoland Haeder <roland@mxchange.org>
Mon, 11 May 2015 22:39:35 +0000 (00:39 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 11 May 2015 22:39:35 +0000 (00:39 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
application/hub/main/handler/message-types/announcement/class_NodeMessageAnnouncementHandler.php

index a5af5210b636f6d7a1546c3f0627296c5ef69a01..dc7686181b96022de5a5c041b80c42d11697968f 100644 (file)
@@ -95,7 +95,7 @@ class NodeMessageAnnouncementHandler extends BaseMessageHandler implements Handl
                         * This node is not accepting announcements, then someone wants to
                         * announce his node to a non-bootstrap and non-master node.
                         */
-                       throw new AnnouncementNotAcceptedException(array($this, $nodeInstance, $messageData), self::EXCEPTION_ANNOUNCEMENT_NOT_ACCEPTED);
+                       throw new AnnouncementNotAcceptedException(array($this, $nodeInstance, $messageData), BaseHubSystem::EXCEPTION_ANNOUNCEMENT_NOT_ACCEPTED);
                } // END - if
 
                // Register the announcing node with this node