@@ -58,8 +58,7 @@ |
||
| 58 | 58 | |
| 59 | 59 | $this->response = $this->guzzle_client->get('https://api.github.com/users/'.$this->username.'?client_id='.$this->client_id .'&client_secret='.$this->client_secret); |
| 60 | 60 | return $this->response->getBody(); |
| 61 | - } |
|
| 62 | - catch (Exception $e){ |
|
| 61 | + } catch (Exception $e){ |
|
| 63 | 62 | |
| 64 | 63 | echo 'Caught Exception '.$e->getMessage(); |
| 65 | 64 | } |