miniflux-legacy/vendor/fguillot/picodb/lib/PicoDb/SQLException.php

16 lines
158 B
PHP
Raw Normal View History

2015-08-15 03:33:39 +02:00
<?php
namespace PicoDb;
use Exception;
/**
* SQLException
*
2016-07-31 00:41:42 +02:00
* @package PicoDb
* @author Frederic Guillot
2015-08-15 03:33:39 +02:00
*/
class SQLException extends Exception
{
}