Skip to content

Commit d230f2e

Browse files
author
David Otis
committed
bcit-ci#4189 fixed typo
1 parent 8658a02 commit d230f2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/core/Router.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ protected function _set_default_controller()
291291
{
292292
if (empty($this->default_controller))
293293
{
294-
throw new RuntimeError('Unable to determine what should be displayed. A default route has not been specified in the routing file.');
294+
throw new RuntimeException('Unable to determine what should be displayed. A default route has not been specified in the routing file.');
295295
}
296296

297297
// Is the method being specified?

0 commit comments

Comments
 (0)