SOP.wtf/includes/CannotDisconnect.php

24 lines
367 B
PHP

<?php
/**
*
* This file is part of Aura for PHP.
*
* @license https://opensource.org/licenses/MIT MIT
*
*/
namespace Aura\Sql\Exception;
use Aura\Sql\Exception;
/**
*
* ExtendedPdo could not disconnect; e.g., because its PDO connection was
* created externally and then injected.
*
* @package Aura.Sql
*
*/
class CannotDisconnect extends Exception
{
}