Dingo\Api\Exception\Handler::render PHP Method

render() public method

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