Index: branches/5.3.x/core/kernel/db/db_connection.php =================================================================== diff -u -N -r15578 -r15677 --- branches/5.3.x/core/kernel/db/db_connection.php (.../db_connection.php) (revision 15578) +++ branches/5.3.x/core/kernel/db/db_connection.php (.../db_connection.php) (revision 15677) @@ -1,6 +1,6 @@ Application->redirectToMaintenance(); - throw new Exception($error_msg); + throw new RuntimeException($error_msg); } $this->connectionOpened = false;