/home/techb158/ileadtechnology.com/vendor/laravel/passport/src/Exceptions
Edit: /home/techb158/ileadtechnology.com/vendor/laravel/passport/src/Exceptions/OAuthServerException.php (1159B)
getMessage(), $e->getCode(), $e);
$this->response = $response;
}
/**
* Render the exception into an HTTP response.
*
* @param \Illuminate\Http\Request $request
* @return \Illuminate\Http\Response
*/
public function render($request)
{
return $this->response;
}
/**
* Get the HTTP response status code.
*
* @return int
*/
public function statusCode()
{
return $this->response->getStatusCode();
}
}