mirror of
https://github.com/xPaw/PHP-Source-Query.git
synced 2026-05-18 15:13:33 +02:00
13 lines
242 B
PHP
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
|
|
}
|