X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmain%2Fexceptions%2Fauth%2Fclass_UserAuthorizationException.php;h=9148ba6d8d9628208a63cd1c5bf8e2ad2e4a27a4;hb=7629f2314d517561d4301ddfb068a797b6ed8700;hp=dfb06e1001358689864a426c59d12410b6440b38;hpb=751f9e6c51f00dba27757b72fc85490e51fd3797;p=core.git diff --git a/inc/main/exceptions/auth/class_UserAuthorizationException.php b/inc/main/exceptions/auth/class_UserAuthorizationException.php index dfb06e10..9148ba6d 100644 --- a/inc/main/exceptions/auth/class_UserAuthorizationException.php +++ b/inc/main/exceptions/auth/class_UserAuthorizationException.php @@ -1,10 +1,17 @@ * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Core Developer Team + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2017 Core Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.shipsimu.org * @@ -40,7 +47,5 @@ class UserAuthorizationException extends FrameworkException { // Call parent exception constructor parent::__construct($message, $code); } -} -// [EOF] -?> +}