16 lines
158 B
PHP
Raw Normal View History

2015-08-14 21:33:39 -04:00
<?php
namespace PicoDb;
use Exception;
/**
* SQLException
*
2016-07-30 18:41:42 -04:00
* @package PicoDb
* @author Frederic Guillot
2015-08-14 21:33:39 -04:00
*/
class SQLException extends Exception
{
}