protected function GenerateResponse() { try { $this->response = POSController::ConexionProbar(); } catch (Exception $e) { //Logger::error($e); throw new ApiException($this->error_dispatcher->invalidDatabaseOperation($e->getMessage())); } }