9 lines
146 B
PHP
9 lines
146 B
PHP
<?php declare(strict_types = 1);
|
|
|
|
namespace MailPoet\Doctrine\WPDB\Exceptions;
|
|
|
|
use Exception;
|
|
|
|
class NotSupportedException extends Exception {
|
|
}
|