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.class.php
T
2012-10-22 16:07:11 +03:00

6 lines
102 B
PHP

<?php
class SourceQueryException extends Exception
{
// Exception thrown by SourceQuery class
}