Mercurial Hosting > luan
view src/goodjava/mail/SmtpException.java @ 1583:1cc6c7fa803d
mail work
| author | Franklin Schmidt <fschmidt@gmail.com> |
|---|---|
| date | Sun, 07 Mar 2021 02:22:09 -0700 |
| parents | f28cc30d56cb |
| children |
line wrap: on
line source
package goodjava.mail; public class SmtpException extends Exception { public SmtpException(String msg) { super(msg); } }
