. * * ========================= * * This file contains SoftException 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; /** * This exception is ignored in the debug mode */ class SoftException extends RuntimeException { }