@@ -46,7 +46,7 @@ discard block |
||
46 | 46 | { |
47 | 47 | try { |
48 | 48 | $response = Requests::get($url); |
49 | - } catch(\Exception $e) { |
|
49 | + } catch (\Exception $e) { |
|
50 | 50 | throw new ModuleException(get_class($this), $e->getMessage()); |
51 | 51 | } |
52 | 52 | |
@@ -79,7 +79,7 @@ discard block |
||
79 | 79 | default: |
80 | 80 | // do nothing |
81 | 81 | } |
82 | - } catch(\Exception $e) { |
|
82 | + } catch (\Exception $e) { |
|
83 | 83 | throw new ModuleConfigException(get_class($this), $e->getMessage()); |
84 | 84 | } |
85 | 85 | if (false === $response->success) { |