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

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)
{ {