Hi all,
I would like to make it so that my scripts can continue to run even if there's a CERTAIN fatal error. Right now I can get this fatal error: PHP Fatal error: Uncaught exception 'MongoConnectionException' with message blah blah.
How do we catch this specific error, log it, but allow the script to continue to run? Anyone has idea regarding this?