MessagingException
classin packageklyn.mails
public class MessagingException extends Exception:
└ MessagingException
Base exception raised by `klyn.mails`.
import klyn.mails

throw MessagingException("SMTP failure")
Properties inherited from Exception: message
Properties inherited from Object: type
Constructors
Modifier and Type Member Description
public MessagingException
MessagingException(message as String = ""):
Creates a messaging exception.
Methods inherited from Exception: toString
Methods inherited from Object: fromJson, toDict, toJson, toString, toXml