]> git.mxchange.org Git - hub.git/blobdiff - application/hub/exceptions/announcement/class_NoAnnouncementAttemptedException.php
Added exceptions + some code:
[hub.git] / application / hub / exceptions / announcement / class_NoAnnouncementAttemptedException.php
index 13a9f29f78e80f7f71fdcec74b5ced7a3fccad5b..3cc4a1d6ed775e8bb9f386b4a3db7f6f3acea64f 100644 (file)
@@ -32,7 +32,7 @@ class NoAnnouncementAttemptedException extends FrameworkException {
         */
        public function __construct (array $messageArray, $code) {
                // Construct the message
-               $message = sprintf("[%s:%d] This node (%s) has not attempted to announce itself, but got an answer from session-id=%s,ip=%s/%s,listen port=%s,status=%s.",
+               $message = sprintf('[%s:%d] This node (%s) has not attempted to announce itself, but got an answer from session-id=%s,ip=%s/%s,listen port=%s,status=%s.',
                        $messageArray[0]->__toString(),
                        $this->getLine(),
                        $messageArray[1]->__toString(),