Files
SIGE-WEB-snapshot/wp-content/plugins/fluent-smtp/app/Services/DB/QueryBuilder/TransactionHaltException.php

8 lines
113 B
PHP

<?php
namespace FluentMail\App\Services\DB\QueryBuilder;
class TransactionHaltException extends \Exception
{
}