]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/socket/class_NoSocketErrorDetectedException.php
Satisfied Pointer interface, but it will throw an exception ... ;-)
[core.git] / inc / classes / exceptions / socket / class_NoSocketErrorDetectedException.php
index b7a0028ebcdb66be0c48fd9c4a3063da006c8e4c..5edc3960395a621025d5752c60b3202d98627a62 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 - 2012 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2013 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,7 +33,7 @@ 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]
                );