aboutsummaryrefslogtreecommitdiff
path: root/lib/Minz/Dispatcher.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Minz/Dispatcher.php')
-rw-r--r--lib/Minz/Dispatcher.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Minz/Dispatcher.php b/lib/Minz/Dispatcher.php
index 7a1c3e1d7..b326d4b62 100644
--- a/lib/Minz/Dispatcher.php
+++ b/lib/Minz/Dispatcher.php
@@ -83,7 +83,6 @@ class Minz_Dispatcher {
if (!class_exists ($controller_name)) {
throw new Minz_ControllerNotExistException (
- $controller_name,
Minz_Exception::ERROR
);
}