X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Fsocket%2Fclass_InvalidServerSocketException.php;h=fb50a52e208dd7826b2695db6708c21783f34ef8;hp=98aee08cc530adc869e2a7fa213bc3515814bf36;hb=d26e71af1e28dc1429823bdec244df6303f9b2fb;hpb=4b88c118b615335d06bd74e444173d21aef4406c diff --git a/inc/classes/exceptions/socket/class_InvalidServerSocketException.php b/inc/classes/exceptions/socket/class_InvalidServerSocketException.php index 98aee08c..fb50a52e 100644 --- a/inc/classes/exceptions/socket/class_InvalidServerSocketException.php +++ b/inc/classes/exceptions/socket/class_InvalidServerSocketException.php @@ -2,11 +2,11 @@ /** * This exception is thrown when the socket resource is an invalid server socket. * - * @author Roland Haeder + * @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 - 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 @@ -21,17 +21,17 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -class InvalidServerSocketException extends FrameworkException { +class InvalidServerSocketException 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) { // Construct the message - $message = sprintf("[%s:] Socket resource %s is not a server socket!", + $message = sprintf('[%s:] Socket resource %s is not a server socket.', $messageData[0]->__toString(), $messageData[1] );