]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/socket/class_InvalidServerSocketException.php
Opps, forgot this.
[core.git] / inc / classes / exceptions / socket / class_InvalidServerSocketException.php
index 165b42b3e72016718a9f959ef8c3224142b2bb87..fb50a52e208dd7826b2695db6708c21783f34ef8 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * This exception is thrown when the socket resource is an invalid server 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
@@ -31,7 +31,7 @@ class InvalidServerSocketException extends AbstractSocketException {
         */
        public function __construct (array $messageData, $code) {
                // Construct the message
-               $message = sprintf("[%s:] Socket resource %s is not a server socket!",
+               $message = sprintf('[%s:] Socket resource %s is not a server socket.',
                        $messageData[0]->__toString(),
                        $messageData[1]
                );