X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Fsocket%2Fclass_SocketShutdownException.php;h=9311677a53399542d6e9b31a704d4344b57fc50f;hp=0305f4455a6311b98bafd74f44f09502955d268f;hb=0ff6b6dd6f297dc3257f8a4687ca514a2c60cd28;hpb=25a7f5c48d8e5f03ff7777757ec7e2420a5bdb09 diff --git a/inc/classes/exceptions/socket/class_SocketShutdownException.php b/inc/classes/exceptions/socket/class_SocketShutdownException.php index 0305f445..9311677a 100644 --- a/inc/classes/exceptions/socket/class_SocketShutdownException.php +++ b/inc/classes/exceptions/socket/class_SocketShutdownException.php @@ -26,11 +26,11 @@ class SocketShutdownException extends FrameworkException { /** * A Constructor for this exception * - * @param $helperInstance A BaseConnectionHelper instance - * @param $code Error code + * @param $helperInstance A ConnectionHelper instance + * @param $code Error code * @return void */ - public function __construct (BaseConnectionHelper $helperInstance, $code) { + public function __construct (ConnectionHelper $helperInstance, $code) { // Get socket resource $socketResource = $helperInstance->getSocketResource();