]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/socket/class_NoSocketRegisteredException.php
Updated copyright:
[core.git] / inc / classes / exceptions / socket / class_NoSocketRegisteredException.php
index b919e558798576deaf4e2ef6b3b364fed6579b0d..701a0ff3001018bab3a9cdca746a6bf9be9d9dab 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2014 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.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()