]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/socket/class_NoSocketErrorDetectedException.php
Opps, forgot this.
[core.git] / inc / classes / exceptions / socket / class_NoSocketErrorDetectedException.php
index 1a5db63664a09ea7e99f03db0ae0aa00f784e400..d9e6d0fad966653f3cc8d8a66f756cbbe936b1c9 100644 (file)
@@ -4,11 +4,11 @@
  * which means no error. This should not happen unless someone called
  * handleSocketError() with a 'okay' socket.
  *
- * @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 - 2011 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Core 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
@@ -33,9 +33,9 @@ class NoSocketErrorDetectedException extends AbstractSocketException {
         */
        public function __construct (array $messageData, $code) {
                // Construct the message
-               $message = sprintf("[%s:] Socket %s has no error reported.",
+               $message = sprintf('[%s:] Socket %s has no error reported.',
                        $messageData[0]->__toString(),
-                       $messageData[1],
+                       $messageData[1]
                );
 
                // Call parent exception constructor