X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=framework%2Fmain%2Fexceptions%2Ftemplate%2Fclass_InvalidDirectoryException.php;h=646e3c7544487185658fd4005bebe1f2fc80df01;hp=515d64f6697d073fc9e9f6a911bcc44831cc5d08;hb=refs%2Fheads%2Fmaster;hpb=cad1ab5ecb2935a6ebf678555860c3bd96b525b0 diff --git a/framework/main/exceptions/template/class_InvalidDirectoryException.php b/framework/main/exceptions/template/class_InvalidDirectoryException.php index 515d64f6..646e3c75 100644 --- a/framework/main/exceptions/template/class_InvalidDirectoryException.php +++ b/framework/main/exceptions/template/class_InvalidDirectoryException.php @@ -10,11 +10,7 @@ use Org\Mxchange\CoreFramework\Generic\FrameworkException; * * @author Roland Haeder * @version 0.0.0 -<<<<<<< HEAD:framework/main/exceptions/template/class_InvalidDirectoryException.php - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2017 Core Developer Team -======= - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2016 Core Developer Team ->>>>>>> Some updates::inc/main/exceptions/template/class_BasePathIsNoDirectoryException.php + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2023 Core Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.shipsimu.org * @@ -39,7 +35,7 @@ class InvalidDirectoryException extends FrameworkException { * @param $code Code number for the exception * @return void */ - public function __construct (array $classArray, $code) { + public function __construct (array $classArray, int $code) { // Add a message around the missing class $message = sprintf('[%s:%d] Path "%s" is no directory.', $classArray[0]->__toString(),