Mercurial Hosting > luan
view src/goodjava/mail/MailException.java @ 1631:35c626c06dd5
add startup scripts for mac os
author | fffilimonov |
---|---|
date | Mon, 13 Dec 2021 09:14:52 +0000 |
parents | d3728e3e5af3 |
children |
line wrap: on
line source
package goodjava.mail; public class MailException extends Exception { public MailException(String msg) { super(msg); } }