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).
This documentation is no longer maintained. For the latest information, see github.com/datastax/php-driver
An interface implemented by all exceptions thrown by the PHP Driver. Makes it easy to catch all driver-related exceptions using catch (Exception $e).