FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
mailpoet
/
lib
/
Doctrine
/
WPDB
/
Exceptions
Edit File: QueryException.php
<?php declare(strict_types = 1); namespace MailPoet\Doctrine\WPDB\Exceptions; if (!defined('ABSPATH')) exit; use MailPoetVendor\Doctrine\DBAL\Driver\AbstractException; class QueryException extends AbstractException { }
Save
Back