hora excepcion

This commit is contained in:
Andres2908
2022-05-11 21:54:56 -05:00
parent 41f9dbb0e6
commit 2d5a0f4f47
+1 -1
View File
@@ -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;
});
}