@@ -86,7 +86,7 @@ discard block |
||
86 | 86 | try { |
87 | 87 | $response = $this->client->send($request); //TODO: put in try and find solution for exception on same page name |
88 | 88 | var_dump($response); |
89 | - }catch(ClientException $e){ |
|
89 | + } catch(ClientException $e){ |
|
90 | 90 | |
91 | 91 | echo 'ERROR!!!'; |
92 | 92 | var_dump($e->getMessage()); |
@@ -131,7 +131,7 @@ discard block |
||
131 | 131 | |
132 | 132 | try { |
133 | 133 | $response = $this->client->send($request); |
134 | - }catch(\Exception $e){ |
|
134 | + } catch(\Exception $e){ |
|
135 | 135 | var_dump('EEEEEEEEEEEEEEEERRRROOOOOOOOOOOOR'); |
136 | 136 | var_dump($e->getMessage()); |
137 | 137 | die; |