diff --git a/src/hora-excepcion/hora-excepcion.service.ts b/src/hora-excepcion/hora-excepcion.service.ts index 6d7114c..a3d557b 100644 --- a/src/hora-excepcion/hora-excepcion.service.ts +++ b/src/hora-excepcion/hora-excepcion.service.ts @@ -29,7 +29,7 @@ export class HoraExcepcionService { .findOne({ id_hora_excepcion }) .then((horaExcepcion) => { if (!horaExcepcion) - throw new NotFoundException('No existe esta carrera-programa'); + throw new NotFoundException('No existe la hora excepción'); return horaExcepcion; }); }