X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fmain%2Fexceptions%2Ftemplate%2Fclass_BasePathIsEmptyException.php;h=6ddd8d2e989acb696aeadf3a5cba27c17118a00b;hp=51a5f8426c5ebb7493a8b2bac8386fef16828dd6;hb=b002c5909aa0f781505dde5414964b0f014cde01;hpb=751f9e6c51f00dba27757b72fc85490e51fd3797 diff --git a/inc/main/exceptions/template/class_BasePathIsEmptyException.php b/inc/main/exceptions/template/class_BasePathIsEmptyException.php index 51a5f842..6ddd8d2e 100644 --- a/inc/main/exceptions/template/class_BasePathIsEmptyException.php +++ b/inc/main/exceptions/template/class_BasePathIsEmptyException.php @@ -4,7 +4,7 @@ * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Core Developer Team + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2016 Core Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.shipsimu.org * @@ -39,7 +39,5 @@ class BasePathIsEmptyException extends FrameworkException { // Call parent constructor parent::__construct($message, $code); } -} -// [EOF] -?> +}