X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fclasses%2Fexceptions%2Fsocket%2Fclass_InvalidServerSocketException.php;h=fb50a52e208dd7826b2695db6708c21783f34ef8;hb=5203f9bd014ad46fbc7ee54e7223dcd46e14e3b4;hp=165b42b3e72016718a9f959ef8c3224142b2bb87;hpb=87f159865b77c22625924b2563b0f1f953c09dd1;p=core.git diff --git a/inc/classes/exceptions/socket/class_InvalidServerSocketException.php b/inc/classes/exceptions/socket/class_InvalidServerSocketException.php index 165b42b3..fb50a52e 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 - 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] );