X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Fsocket%2Fclass_NoSocketRegisteredException.php;h=e8d847537de8292c800a72b39651e8501707a12b;hp=06c3cbfe5edbb55658a967f3e6ea88b91c7e408e;hb=ec670451fafdd675c346232d6580c8f291a23d3e;hpb=607a11e2c22949ea0647568c17d62a605595e83b diff --git a/inc/classes/exceptions/socket/class_NoSocketRegisteredException.php b/inc/classes/exceptions/socket/class_NoSocketRegisteredException.php index 06c3cbfe..e8d84753 100644 --- a/inc/classes/exceptions/socket/class_NoSocketRegisteredException.php +++ b/inc/classes/exceptions/socket/class_NoSocketRegisteredException.php @@ -2,11 +2,11 @@ /** * This exception is thrown when the requested socket is not thrown * - * @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 @@ -25,13 +25,13 @@ class NoSocketRegisteredException extends AbstractSocketException { /** * A Constructor for this exception * - * @param $protocolInstance An instance of a ProtocolHandler class + * @param $protocolInstance An instance of a HandleableProtocol class * @param $code Error code * @return void */ public function __construct (ProtocolHandler $protocolInstance, $code) { // Construct the message - $message = sprintf("[%s:] Requested socket is not yet registered.", + $message = sprintf('[%s:] Requested socket is not yet registered.', $protocolInstance->__toString() );