@@ -26,7 +26,7 @@ |
||
| 26 | 26 | $json = Validator::toJson($data); |
| 27 | 27 | |
| 28 | 28 | |
| 29 | -}catch(Exception $er){ |
|
| 29 | +} catch(Exception $er){ |
|
| 30 | 30 | |
| 31 | 31 | die($er->getCode().' - '.$er->getMessage()); |
| 32 | 32 | |