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

Add comments and fix whitespacing, no real changes

This commit is contained in:
xPaw
2012-10-25 15:54:39 +03:00
parent e27db7670f
commit bc9d574122
6 changed files with 925 additions and 897 deletions
+11 -4
View File
@@ -1,5 +1,12 @@
<?php
class SourceQueryException extends Exception
{
// Exception thrown by SourceQuery class
}
/**
* Class written by xPaw
*
* Website: http://xpaw.ru
* GitHub: https://github.com/xPaw/PHP-Source-Query-Class
*/
class SourceQueryException extends Exception
{
// Exception thrown by SourceQuery class
}