Update Handler.php

This commit is contained in:
Dries Vints 2020-09-04 10:39:28 +02:00 committed by GitHub
parent 2c69ec987e
commit dc5817bbf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ class Handler extends ExceptionHandler
* @param \Throwable $exception * @param \Throwable $exception
* @return void * @return void
* *
* @throws \Exception * @throws \Throwable
*/ */
public function report(Throwable $exception) public function report(Throwable $exception)
{ {