SOP.wtf/includes/ConnectionNotFound.php

23 lines
300 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;
/**
*
* Locator could not find a named connection.
*
* @package Aura.Sql
*
*/
class ConnectionNotFound extends Exception
{
}