Commit 5997ca07 by Rubén Ramírez

feat: [Excepciones]: Creadas un par de excepciones necesarias para las funciones

parent 04b45d29
package com.ujaen.tfg.mangaffinity.excepciones;
public class SeguimientoExiste extends RuntimeException {
}
package com.ujaen.tfg.mangaffinity.excepciones;
public class SeguimientoNoExiste 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