miniflux-legacy/vendor/fguillot/picodb/lib/PicoDb/SQLException.php
2015-08-14 21:33:39 -04:00

15 lines
140 B
PHP

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