@@ -69,8 +69,7 @@ |
||
69 | 69 | } |
70 | 70 | |
71 | 71 | return $out; |
72 | - } |
|
73 | - catch(Exception $e){ |
|
72 | + } catch(Exception $e){ |
|
74 | 73 | throw new TraitException($e->getMessage()); |
75 | 74 | } |
76 | 75 |