X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmain%2Fexceptions%2Fmain%2Fclass_NoClassException.php;h=292d9f7538a18e0dddbb236a887e6d11248d8f6c;hb=7629f2314d517561d4301ddfb068a797b6ed8700;hp=212befccb41d5b9bca04b8830343b24ea4f9cc09;hpb=751f9e6c51f00dba27757b72fc85490e51fd3797;p=core.git diff --git a/inc/main/exceptions/main/class_NoClassException.php b/inc/main/exceptions/main/class_NoClassException.php index 212befcc..292d9f75 100644 --- a/inc/main/exceptions/main/class_NoClassException.php +++ b/inc/main/exceptions/main/class_NoClassException.php @@ -1,10 +1,16 @@ * @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 * @@ -43,7 +49,5 @@ class NoClassException extends FrameworkException { // Call parent constructor parent::__construct($message, $code); } -} -// [EOF] -?> +}