Mercurial Hosting > luan
view src/goodjava/mail/MailException.java @ 1642:0a46dbd36208
remove temp code
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Wed, 22 Dec 2021 14:30:26 -0700 |
parents | d3728e3e5af3 |
children |
line wrap: on
line source
package goodjava.mail; public class MailException extends Exception { public MailException(String msg) { super(msg); } }