interface Exception (View source)

An interface implemented by all exceptions thrown by the PHP Driver.

Makes it easy to catch all driver-related exceptions using catch (Exception $e).