summaryrefslogtreecommitdiffstats
path: root/system/libraries/Driver.php
diff options
context:
space:
mode:
Diffstat (limited to 'system/libraries/Driver.php')
-rw-r--r--system/libraries/Driver.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/system/libraries/Driver.php b/system/libraries/Driver.php
index fb3d8cd03..b420cc97a 100644
--- a/system/libraries/Driver.php
+++ b/system/libraries/Driver.php
@@ -300,7 +300,6 @@ class CI_Driver {
}
throw new BadMethodCallException('No such method: '.$method.'()');
- exit(6); // EXIT_UNKNOWN_METHOD
}
// --------------------------------------------------------------------