15 lines
140 B
PHP
Raw Normal View History

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