mirror of
https://gitlab.com/tutorial-java-rafa-munoz/tutorial-java-2024-25/tutorialjava2024-25.git
synced 2025-11-10 02:13:07 +01:00
feat(ch 7): reorganised
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package tutorialJava.capitulo7_Recursos.ejemplo03_excepciones;
|
||||
|
||||
public class PersonaNulaException extends Exception {
|
||||
|
||||
public PersonaNulaException(String msg) {
|
||||
super(msg);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user