]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/socket/class_NoSocketRegisteredException.php
Also this ...
[core.git] / inc / classes / exceptions / socket / class_NoSocketRegisteredException.php
index b919e558798576deaf4e2ef6b3b364fed6579b0d..5baefb17bc9629467c8ef109d4fdbba15a80e564 100644 (file)
@@ -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()