We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdd345a commit 937596aCopy full SHA for 937596a
src/Kernel/ConfigException.php
@@ -5,13 +5,15 @@
5
* @subpackage : Exceptions Component
6
* @version : 1.0.0
7
* @category : PHP framework
8
- * @copyright : (c) 2017 - 2021 JIHAD SINNAOUR <mail@jihadsinnaour.com>
+ * @copyright : (c) 2017 - 2022 Jihad Sinnaour <mail@jihadsinnaour.com>
9
* @link : https://www.floatphp.com
10
- * @license : MIT License
+ * @license : MIT
11
*
12
- * This file if a part of FloatPHP Framework
+ * This file if a part of FloatPHP Framework.
13
*/
14
15
+declare(strict_types=1);
16
+
17
namespace FloatPHP\Exceptions\Kernel;
18
19
use FloatPHP\Classes\System\Exception;
0 commit comments