1
0
mirror of https://github.com/xPaw/PHP-Source-Query.git synced 2026-05-18 17:23:33 +02:00
Files
Test-Miroir/SourceQuery/Exception/SourceQueryException.php
T
Pavel Djundik 75d3465690 Drop the email
2019-11-25 16:07:21 +02:00

19 lines
334 B
PHP

<?php
/**
* @author Pavel Djundik
*
* @link https://xpaw.me
* @link https://github.com/xPaw/PHP-Source-Query
*
* @license GNU Lesser General Public License, version 2.1
*
* @internal
*/
namespace xPaw\SourceQuery\Exception;
abstract class SourceQueryException extends \Exception
{
// Base exception class
}