Files
Kanboard-Prod/libs/picodb/lib/PicoDb/SQLException.php
2018-06-21 14:13:41 -07:00

16 lines
158 B
PHP

<?php
namespace PicoDb;
use Exception;
/**
* SQLException
*
* @package PicoDb
* @author Frederic Guillot
*/
class SQLException extends Exception
{
}