Dingo\Api\Exception\Handler::render PHP Метод

render() публичный Метод

Render an exception into an HTTP response.
public render ( Dingo\Api\Http\Request $request, Exception $exception ) : mixed
$request Dingo\Api\Http\Request
$exception Exception
Результат mixed
    public function render($request, Exception $exception)
    {
        return $this->handle($exception);
    }