]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/socket/class_NoSocketRegisteredException.php
Opps, forgot this.
[core.git] / inc / classes / exceptions / socket / class_NoSocketRegisteredException.php
index 7b3ed39b94f4fa1bb3d1a8f1de028c62ea7cf467..701a0ff3001018bab3a9cdca746a6bf9be9d9dab 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * This exception is thrown when the requested socket is not thrown
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @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
@@ -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) {
+       public function __construct (HandleableProtocol $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()
                );