Adición de excepciones

parent e7a2c180
package com.carpooling.carpoolingaoraha.excepciones;
import com.carpooling.carpoolingaoraha.entidades.Usuario;
public class UsuarioNoRegistrado extends RuntimeException{
public UsuarioNoRegistrado(){
}
}
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