We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8658a02 commit d230f2eCopy full SHA for d230f2e
system/core/Router.php
@@ -291,7 +291,7 @@ protected function _set_default_controller()
291
{
292
if (empty($this->default_controller))
293
294
- throw new RuntimeError('Unable to determine what should be displayed. A default route has not been specified in the routing file.');
+ throw new RuntimeException('Unable to determine what should be displayed. A default route has not been specified in the routing file.');
295
}
296
297
// Is the method being specified?
0 commit comments