X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Fsocket%2Fclass_SocketShutdownException.php;h=25cf41f6e7689d082bea0cf8923e2b8d31c83340;hb=94beb0b5c6195720b73166a91ad9a79674ef3b63;hp=120f96592323a5e5f47e3e2d6dfdfa509ca75097;hpb=d1a44ff1a6bf51501878a93c9857ec9c9cf766e1;p=core.git diff --git a/inc/classes/exceptions/socket/class_SocketShutdownException.php b/inc/classes/exceptions/socket/class_SocketShutdownException.php index 120f9659..25cf41f6 100644 --- a/inc/classes/exceptions/socket/class_SocketShutdownException.php +++ b/inc/classes/exceptions/socket/class_SocketShutdownException.php @@ -5,7 +5,7 @@ * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009, 2010 Core Developer Team + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.ship-simu.org * @@ -22,15 +22,15 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -class SocketShutdownException extends FrameworkException { +class SocketShutdownException extends AbstractSocketException { /** * A Constructor for this exception * - * @param $helperInstance A BaseConnectionHelper instance - * @param $code Error code + * @param $helperInstance An instance of a ConnectionHelper class + * @param $code Error code * @return void */ - public function __construct (BaseConnectionHelper $helperInstance, $code) { + public function __construct (ConnectionHelper $helperInstance, $code) { // Get socket resource $socketResource = $helperInstance->getSocketResource();