@@ -24,7 +24,7 @@ |
||
24 | 24 | /* Transforms validation to Json format to be validated on the client if desired */ |
25 | 25 | $json = Validator::toJson($data); |
26 | 26 | |
27 | -}catch(Exception $er){ |
|
27 | +} catch(Exception $er){ |
|
28 | 28 | |
29 | 29 | die($er->getCode().' - '.$er->getMessage()); |
30 | 30 |