. * * ========================= * * This file contains DatabaseNotFoundException 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 the case where a row was not found in the database */ class DatabaseNotFoundException extends DatabaseException { }