<?php declare(strict_types = 1);

namespace MailPoet\Doctrine\WPDB\Exceptions;

if (!defined('ABSPATH')) exit;


use MailPoetVendor\Doctrine\DBAL\Driver\AbstractException;

class QueryException extends AbstractException {
}