diff options
Diffstat (limited to 'ratatoeskr/sys/db.php')
-rw-r--r-- | ratatoeskr/sys/db.php | 1 |
1 files changed, 1 insertions, 0 deletions
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 { } |