X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Fconnection%2Fclass_ConnectionAlreadyRegisteredException.php;h=99b357c5baab803480ee931c7f3bf2947cca292d;hb=d26e71af1e28dc1429823bdec244df6303f9b2fb;hp=67c8161256b77055c95de62b3cfa59100b30cb1c;hpb=48d09a606e035cd9118191e1b0722368556f88ae;p=core.git diff --git a/inc/classes/exceptions/connection/class_ConnectionAlreadyRegisteredException.php b/inc/classes/exceptions/connection/class_ConnectionAlreadyRegisteredException.php index 67c81612..99b357c5 100644 --- a/inc/classes/exceptions/connection/class_ConnectionAlreadyRegisteredException.php +++ b/inc/classes/exceptions/connection/class_ConnectionAlreadyRegisteredException.php @@ -3,11 +3,11 @@ * This exception is thrown if the connection is already registered in a matching * connection registry. * - * @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 @@ -32,7 +32,7 @@ class ConnectionAlreadyRegisteredException extends AbstractConnectionException { */ public function __construct (array $messageData, $code) { // Construct the message - $message = sprintf("[%s:] Connection with socket %s is already registered.", + $message = sprintf('[%s:] Connection with socket %s is already registered.', $messageData[0]->__toString(), $messageData[1] );