X-Git-Url: https://git.mxchange.org/?p=hub.git;a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Fauth%2Fclass_UserAuthorizationException.php;fp=inc%2Fclasses%2Fexceptions%2Fauth%2Fclass_UserAuthorizationException.php;h=a5ab08bdc78736bff25eb2db1cab0110abebf6f5;hp=5fedd40f32c48c2adf764e313eabf97e23caa29d;hb=c59dccf46c5d0e3b7f2687370b2b15023b1ecdfe;hpb=e2767d5148436d0c90ed66ed9290416353ae6e60 diff --git a/inc/classes/exceptions/auth/class_UserAuthorizationException.php b/inc/classes/exceptions/auth/class_UserAuthorizationException.php index 5fedd40f3..a5ab08bdc 100644 --- a/inc/classes/exceptions/auth/class_UserAuthorizationException.php +++ b/inc/classes/exceptions/auth/class_UserAuthorizationException.php @@ -1,10 +1,10 @@ * @version 0.0.0 - * @copyright Copyright(c) 2007, 2008 Roland Haeder, this is free software + * @copyright Copyright (c) 2007, 2008 Roland Haeder, this is free software * @license GNU GPL 3.0 or any newer version * @link http://www.ship-simu.org * @@ -19,19 +19,19 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . */ class UserAuthorizationException extends FrameworkException { /** * The super constructor for all exceptions * - * @param $filterInstance An instance of the filter throwing this exception - * @param $code Error code + * @param $filterInstance An instance of the filter throwing this exception + * @param $code Error code * @return void */ public function __construct(Filterable $filterInstance, $code) { // Construct the message - $message = sprintf("[%s:%d] Authorization has failed. Error code %s", + $message = sprintf("[%s:%d] Authorization has failed. Error code %s", $filterInstance->__toString(), $this->getLine(), $this->getHexCode($code)