On 06/01/12 07:32, Mackintosh, Mike wrote:
Hi James,
You would have to catch Database_Exception. It is also good practice to
also always catch exception afterwards.
Hey Mike,
Thanks for the reply! I saw this comment in the documentation
(http://www.php.net/manual/en/language.exceptions.extending.php) -- it's
the first one:
"|It's important to note that subclasses of the Exception class will be
caught by the default Exception handler"
Of course, I haven't tested the code they posted. I'll do that tonight
and confirm or deny the expected result.
James
|