diff options
Diffstat (limited to 'lib/Minz/ControllerNotActionControllerException.php')
| -rw-r--r-- | lib/Minz/ControllerNotActionControllerException.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Minz/ControllerNotActionControllerException.php b/lib/Minz/ControllerNotActionControllerException.php index 19e5df1b4..249ace2e1 100644 --- a/lib/Minz/ControllerNotActionControllerException.php +++ b/lib/Minz/ControllerNotActionControllerException.php @@ -1,4 +1,6 @@ <?php +declare(strict_types=1); + class Minz_ControllerNotActionControllerException extends Minz_Exception { public function __construct(string $controller_name, int $code = self::ERROR) { $message = 'Controller `' . $controller_name . '` isn’t instance of ActionController'; |
