Skip to content

Commit 3786964

Browse files
committed
🔧 modify variable to consider command method exceptions
Signed-off-by: otengkwame <developerkwame@gmail.com>
1 parent da6fef9 commit 3786964

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CodeIgniter/Framework/core/Exceptions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ public function show_404($page = '', $log_error = true)
121121
if (is_cli())
122122
{
123123
$heading = 'Not Found';
124-
$message = 'The controller/method pair you requested was not found.';
124+
$message = 'The command or controller/method pair you requested was not found.';
125125
}
126126
else
127127
{

0 commit comments

Comments
 (0)