mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2025-02-15 14:10:10 +01:00
21 lines
268 B
PHP
21 lines
268 B
PHP
|
<?php
|
||
|
/**
|
||
|
*
|
||
|
* This file is part of Aura for PHP.
|
||
|
*
|
||
|
* @license http://opensource.org/licenses/bsd-license.php BSD
|
||
|
*
|
||
|
*/
|
||
|
namespace Aura\SqlQuery;
|
||
|
|
||
|
/**
|
||
|
*
|
||
|
* Generic package-level exception.
|
||
|
*
|
||
|
* @package Aura.SqlQuery
|
||
|
*
|
||
|
*/
|
||
|
class Exception extends \Exception
|
||
|
{
|
||
|
}
|