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