X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Fsocket%2Fclass_InvalidServerSocketException.php;h=b59882325eb4013b21157496d9641dcddcf49e1c;hb=ec670451fafdd675c346232d6580c8f291a23d3e;hp=811395589a96d954059ab2155ca036717432bb0a;hpb=607a11e2c22949ea0647568c17d62a605595e83b;p=core.git diff --git a/inc/classes/exceptions/socket/class_InvalidServerSocketException.php b/inc/classes/exceptions/socket/class_InvalidServerSocketException.php index 81139558..b5988232 100644 --- a/inc/classes/exceptions/socket/class_InvalidServerSocketException.php +++ b/inc/classes/exceptions/socket/class_InvalidServerSocketException.php @@ -2,11 +2,11 @@ /** * This exception is thrown when the socket resource is an invalid server socket. * - * @author Roland Haeder + * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2014 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] );