oont-contents/plugins/mailpoet/lib/Doctrine/WPDB/Exceptions/NotSupportedException.php
2025-02-08 15:10:23 +01:00

11 lines
179 B
PHP

<?php declare(strict_types = 1);
namespace MailPoet\Doctrine\WPDB\Exceptions;
if (!defined('ABSPATH')) exit;
use Exception;
class NotSupportedException extends Exception {
}