Method | Description | |
---|---|---|
onKernelException ( |
Maps known exceptions to HTTP exceptions. |
Method | Description | |
---|---|---|
convertToHttpException ( Exception $exception, string $target ) : Symfony\Component\HttpKernel\Exception\HttpException | null | Converts an exception to an HTTP exception. | |
getTargetClass ( Exception $exception ) : string | null | Maps the extension to a target class. |
public onKernelException ( |
||
$event |