@@ -34,7 +34,7 @@ |
||
34 | 34 | /* Transforms validation to Json format to be validated on the client if desired */ |
35 | 35 | $json = Validator::toJson($data); |
36 | 36 | |
37 | -}catch(Exception $er){ |
|
37 | +} catch(Exception $er){ |
|
38 | 38 | |
39 | 39 | die("Code Error: {$er->getCode()}, Line: {$er->getLine()}, File: {$er->getFile()}, Message: {$er->getMessage()}."); |
40 | 40 |