Пример #1
0
 protected function GenerateResponse()
 {
     try {
         $this->response = ReportesController::SyntaxRevisarNuevo(isset($_GET['nuevo_reporte']) ? json_decode($_GET['nuevo_reporte']) : null);
     } catch (Exception $e) {
         //Logger::error($e);
         throw new ApiException($this->error_dispatcher->invalidDatabaseOperation($e->getMessage()));
     }
 }