1
0
mirror of https://github.com/xPaw/PHP-Source-Query.git synced 2026-05-18 14:43:33 +02:00

Separater classess into their own files

This commit is contained in:
xPaw
2012-10-22 16:07:11 +03:00
parent 96d13dc413
commit ca082f887a
7 changed files with 1257 additions and 1199 deletions
+5
View File
@@ -0,0 +1,5 @@
<?php
class SourceQueryException extends Exception
{
// Exception thrown by SourceQuery class
}