interface Exception
An interface implemented by all exceptions thrown by the PHP Driver. Makes it easy to catch all driver-related exceptions using catch (Exception $e).
An interface implemented by all exceptions thrown by the PHP Driver. Makes it easy to catch all driver-related exceptions using catch (Exception $e).