Upload files to 'includes'
This commit is contained in:
22
includes/ConnectionNotFound.php
Normal file
22
includes/ConnectionNotFound.php
Normal file
@ -0,0 +1,22 @@
|
||||
<?php
|
||||
/**
|
||||
*
|
||||
* This file is part of Aura for PHP.
|
||||
*
|
||||
* @license https://opensource.org/licenses/MIT MIT
|
||||
*
|
||||
*/
|
||||
namespace Aura\Sql\Exception;
|
||||
|
||||
use Aura\Sql\Exception;
|
||||
|
||||
/**
|
||||
*
|
||||
* Locator could not find a named connection.
|
||||
*
|
||||
* @package Aura.Sql
|
||||
*
|
||||
*/
|
||||
class ConnectionNotFound extends Exception
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user