11 lines
229 B
PHP
11 lines
229 B
PHP
<?php declare(strict_types = 1);
|
|
|
|
namespace MailPoet\Doctrine\WPDB\Exceptions;
|
|
|
|
if (!defined('ABSPATH')) exit;
|
|
|
|
|
|
use MailPoetVendor\Doctrine\DBAL\Driver\AbstractException;
|
|
|
|
class ConnectionException extends AbstractException {
|
|
}
|