mirror of
https://github.com/xPaw/PHP-Source-Query.git
synced 2026-05-18 14:23:35 +02:00
6 lines
102 B
PHP
6 lines
102 B
PHP
<?php
|
|
class SourceQueryException extends Exception
|
|
{
|
|
// Exception thrown by SourceQuery class
|
|
}
|