From 35e5be8ac9aaa7a409c7f70b1b882b809c0bb2e1 Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Thu, 18 Aug 2011 01:22:35 +0200 Subject: Added script that will create the documentation. Also rewritten some documentation, so NaturalDocs can handle them. --- ratatoeskr/sys/db.php | 1 + 1 file changed, 1 insertion(+) (limited to 'ratatoeskr/sys/db.php') diff --git a/ratatoeskr/sys/db.php b/ratatoeskr/sys/db.php index 0f3357a..fcde7f3 100644 --- a/ratatoeskr/sys/db.php +++ b/ratatoeskr/sys/db.php @@ -40,6 +40,7 @@ function sqlesc($str) /* * Class: MySQLException + * Will be thrown by qdb*, if the query induced an MySQL error. */ class MySQLException extends Exception { } -- cgit v1.2.3-54-g00ecf