Commit 74bdda27 by Rubén Ramírez

feat: [Excepciones]: Creadas unas nuevas excepciones para gestionar mejor las casuísticas

parent 05cd5c07
package com.ujaen.tfg.mangaffinity.excepciones;
public class RecursoEnBiblioteca extends RuntimeException {
}
package com.ujaen.tfg.mangaffinity.excepciones;
public class UsuarioSinBiblioteca extends RuntimeException {
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment