Skip to content

Commit

Permalink
add levels to handler
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Apr 12, 2022
1 parent b630eae commit a507e14
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/Exceptions/Handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@

class Handler extends ExceptionHandler
{
/**
* A list of exceptions with their corresponding custom log levels.
*
* @var array<class-string<\Throwable>, \Psr\Log\LogLevel::*>
*/
protected $levels = [
//
];

/**
* A list of the exception types that are not reported.
*
Expand Down

0 comments on commit a507e14

Please sign in to comment.