Advertisement
jac_usai

Untitled

Jun 16th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.14 KB | None | 0 0
  1. public class Main {
  2.  
  3. public class MyException extends RuntimeException {
  4.  
  5.     public MyException(String nome){
  6.         super(nome);
  7.     }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement