summaryrefslogtreecommitdiff
path: root/src/Exceptions/Handlers/Legacy.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Exceptions/Handlers/Legacy.php')
-rw-r--r--src/Exceptions/Handlers/Legacy.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Exceptions/Handlers/Legacy.php b/src/Exceptions/Handlers/Legacy.php
index 461dabe1..45285a8d 100644
--- a/src/Exceptions/Handlers/Legacy.php
+++ b/src/Exceptions/Handlers/Legacy.php
@@ -13,7 +13,7 @@ class Legacy implements HandlerInterface
*/
public function render($request, Throwable $e)
{
- echo 'An <del>un</del>expected error occurred, a team of untrained monkeys has been dispatched to deal with it.';
+ echo 'An <del>un</del>expected error occurred. A team of untrained monkeys has been dispatched to fix it.';
}
/**