aboutsummaryrefslogtreecommitdiff
path: root/lib/Minz/FileNotExistException.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Minz/FileNotExistException.php')
-rw-r--r--lib/Minz/FileNotExistException.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Minz/FileNotExistException.php b/lib/Minz/FileNotExistException.php
index b467a5208..24cb1997a 100644
--- a/lib/Minz/FileNotExistException.php
+++ b/lib/Minz/FileNotExistException.php
@@ -1,4 +1,6 @@
<?php
+declare(strict_types=1);
+
class Minz_FileNotExistException extends Minz_Exception {
public function __construct(string $file_name, int $code = self::ERROR) {
$message = 'File not found: `' . $file_name.'`';