/home/techb158/dev.balacoffee.com/vendor/laravel/passport/src/Exceptions
NameSizeModeActions
InvalidAuthTokenException.php4470644editdlrm
MissingScopeException.php8070644editdlrm
OAuthServerException.php11590644editdlrm
Edit: /home/techb158/dev.balacoffee.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(); } }