X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Fsocket%2Fclass_SocketCreationException.php;h=b30cdeadf3d9577384b0cd1f1cf55e32c1cb7812;hb=282b71b4d81f665e9e5a1cd9d881dca96e0d8b03;hp=d3260a61da095a24b58bcb62814253aeaf133ce2;hpb=da1c915e6b217c496f668051f66b8f177175e1bd;p=core.git diff --git a/inc/classes/exceptions/socket/class_SocketCreationException.php b/inc/classes/exceptions/socket/class_SocketCreationException.php index d3260a61..b30cdead 100644 --- a/inc/classes/exceptions/socket/class_SocketCreationException.php +++ b/inc/classes/exceptions/socket/class_SocketCreationException.php @@ -6,7 +6,7 @@ * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2011 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 * @@ -23,12 +23,12 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -class SocketCreationException extends FrameworkException { +class SocketCreationException extends AbstractSocketException { /** * A Constructor for this exception * - * @param $messageArray Error message array - * @param $code Error code + * @param $messageArray Error message array + * @param $code Error code * @return void */ public function __construct (array $messageData, $code) {