. * * ========================= * * This file contains MailboxException class * * @category Common * @package DmarcSrg * @author Aleksey Andreev (liuch) * @license https://www.gnu.org/licenses/gpl-3.0.html GNU/GPLv3 */ namespace Liuch\DmarcSrg\Exception; /** * Represents an error of a mailbox */ class MailboxException extends RuntimeException { }