From a8cefc2dd15a7af467b17bd2c058054a76e39902 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 12 Apr 2022 09:31:23 -0500 Subject: [PATCH] update wording --- app/Exceptions/Handler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php index 5e4cb8de..d677a92d 100644 --- a/app/Exceptions/Handler.php +++ b/app/Exceptions/Handler.php @@ -8,7 +8,7 @@ class Handler extends ExceptionHandler { /** - * A list of exceptions with their corresponding custom log levels. + * A list of exception types with their corresponding custom log levels. * * @var array, \Psr\Log\LogLevel::*> */