X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Fsocket%2Fclass_NoSocketRegisteredException.php;h=5baefb17bc9629467c8ef109d4fdbba15a80e564;hp=138aa9703168d7e4a5d63b3b80cc5159074ac113;hb=38b72ffe74c133db5dfe999187de21e5eebf180f;hpb=66e68715d3d5a5e7fd5a3046471914ef3f9dd4b4 diff --git a/inc/classes/exceptions/socket/class_NoSocketRegisteredException.php b/inc/classes/exceptions/socket/class_NoSocketRegisteredException.php index 138aa970..5baefb17 100644 --- a/inc/classes/exceptions/socket/class_NoSocketRegisteredException.php +++ b/inc/classes/exceptions/socket/class_NoSocketRegisteredException.php @@ -4,7 +4,7 @@ * * @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.shipsimu.org * @@ -25,11 +25,11 @@ 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) { + public function __construct (HandleableProtocol $protocolInstance, $code) { // Construct the message $message = sprintf('[%s:] Requested socket is not yet registered.', $protocolInstance->__toString()