@@ -33,7 +33,7 @@ |
||
33 | 33 | ); |
34 | 34 | |
35 | 35 | $quotations = $calculator->calculate(); |
36 | -}catch (Exception $exception) { |
|
36 | +} catch (Exception $exception) { |
|
37 | 37 | //Proper exception context |
38 | 38 | } |
39 | 39 |