]> git.mxchange.org Git - hub.git/blobdiff - application/hub/exceptions/requests/class_NoRequestNodeListAttemptedException.php
Continued with hub:
[hub.git] / application / hub / exceptions / requests / class_NoRequestNodeListAttemptedException.php
index e02318eee3f312784e990ff09bb1c0d35522c985..ed58f0d2921e849e734e247147ebb84cb0e1eeea 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * This exception is thrown when 
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2014 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -31,11 +31,11 @@ class NoRequestNodeListAttemptedException extends FrameworkException {
         */
        public function __construct (array $messageData, $code) {
                // Construct the message
-               $message = sprintf("[%s:%d] This node (%s) didn't except a node-list request: %s",
+               $message = sprintf('[%s:%d] This node (%s) didn't except a node-list request: %s',
                        $messageData[0]->__toString(),
                        $this->getLine(),
                        $messageData[1]->__toString(),
-                       print_r($messageData[2], true)
+                       print_r($messageData[2], TRUE)
                );
 
                // Call parent exception constructor