@@ -42,8 +42,7 @@ |
||
| 42 | 42 | $consulta->execute(); |
| 43 | 43 | $this->_ultimaIdInsertada = $this->_conexionBaseDeDatos->lastInsertId(); |
| 44 | 44 | |
| 45 | - } |
|
| 46 | - catch(PDOException $e) |
|
| 45 | + } catch(PDOException $e) |
|
| 47 | 46 | { |
| 48 | 47 | throw new ConsultaException("Error al procesar la consulta"); |
| 49 | 48 | } |