From f7192d05ab4afafdd91c517b4c3fd6329a3c3a24 Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Thu, 18 Aug 2011 17:45:40 +0200 Subject: Improved documentation. --- ratatoeskr/sys/db.php | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'ratatoeskr/sys/db.php') diff --git a/ratatoeskr/sys/db.php b/ratatoeskr/sys/db.php index fcde7f3..55801c0 100644 --- a/ratatoeskr/sys/db.php +++ b/ratatoeskr/sys/db.php @@ -1,9 +1,10 @@ , but needs arguments as single array. @@ -101,4 +96,10 @@ function qdb() return $rv; } +/* + * Class: MySQLException + * Will be thrown by qdb*, if the query induced an MySQL error. + */ +class MySQLException extends Exception { } + ?> -- cgit v1.2.3-70-g09d2