[ Index ] |
PHP Cross Reference of YOURLS |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * 4 * This file is part of Aura for PHP. 5 * 6 * @license https://opensource.org/licenses/MIT MIT 7 * 8 */ 9 namespace Aura\Sql\Exception; 10 11 use Aura\Sql\Exception; 12 13 /** 14 * 15 * ExtendedPdo could not disconnect; e.g., because its PDO connection was 16 * created externally and then injected. 17 * 18 * @package Aura.Sql 19 * 20 */ 21 class CannotDisconnect extends Exception 22 { 23 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Wed Jan 22 05:10:01 2025 | Cross-referenced by PHPXref 0.7.1 |