Files
piratepoet/mailpoet/lib/Doctrine/WPDB/Exceptions/NotSupportedException.php
2024-08-19 15:29:42 +02:00

9 lines
146 B
PHP

<?php declare(strict_types = 1);
namespace MailPoet\Doctrine\WPDB\Exceptions;
use Exception;
class NotSupportedException extends Exception {
}