Dingo\Api\Exception\Handler::render PHP Méthode

render() public méthode

Render an exception into an HTTP response.
public render ( Dingo\Api\Http\Request $request, Exception $exception ) : mixed
$request Dingo\Api\Http\Request
$exception Exception
Résultat mixed
    public function render($request, Exception $exception)
    {
        return $this->handle($exception);
    }