1
0
mirror of https://github.com/xPaw/PHP-Source-Query.git synced 2026-05-18 15:33:34 +02:00
Files
Test-Miroir/SourceQuery/Exception.class.php
T
2014-07-20 14:31:45 +03:00

13 lines
242 B
PHP

<?php
/**
* Class written by xPaw
*
* Website: http://xpaw.me
* GitHub: https://github.com/xPaw/PHP-Source-Query-Class
*/
class SourceQueryException extends Exception
{
// Exception thrown by SourceQuery class
}