Commit fe6625d5 by Rubén Ramírez

feat: [Excepciones]: Creadas nuevas excepciones

parent 0ceb032c
package com.ujaen.tfg.mangaffinity.excepciones;
public class CapituloInvalido extends RuntimeException {
}
package com.ujaen.tfg.mangaffinity.excepciones;
public class FotoInvalida extends RuntimeException {
}
package com.ujaen.tfg.mangaffinity.excepciones;
public class FuenteNoExiste extends RuntimeException {
}
package com.ujaen.tfg.mangaffinity.excepciones;
public class RecursoSinTipo extends RuntimeException {
}
package com.ujaen.tfg.mangaffinity.excepciones;
public class RecursoYaExiste 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