aboutsummaryrefslogtreecommitdiff
path: root/lib/Minz/ControllerNotExistException.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Minz/ControllerNotExistException.php')
-rw-r--r--lib/Minz/ControllerNotExistException.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Minz/ControllerNotExistException.php b/lib/Minz/ControllerNotExistException.php
index dcdaa94d1..a024e1cbd 100644
--- a/lib/Minz/ControllerNotExistException.php
+++ b/lib/Minz/ControllerNotExistException.php
@@ -1,6 +1,6 @@
<?php
class Minz_ControllerNotExistException extends Minz_Exception {
- public function __construct ($controller_name, $code = self::ERROR) {
+ public function __construct ($code = self::ERROR) {
$message = 'Controller not found!';
parent::__construct ($message, $code);
}