Overview

Namespaces

  • cassandra
  • None
  • PHP
  • phpcassa
    • Batch
    • Connection
    • Index
    • Iterator
    • Schema
      • DataType
    • Util
    • UUID

Classes

  • ConnectionPool

Exceptions

  • MaxRetriesException
  • NoServerAvailable
  • Overview
  • Namespace
  • Class
  • Tree
 1: <?php
 2: namespace phpcassa\Connection;
 3: 
 4: /**
 5:  * The connection pool was unable to successfully open a
 6:  * connection to any of the servers after trying each
 7:  * server twice.
 8:  *
 9:  * @package phpcassa\Connection
10:  */
11: class NoServerAvailable extends \Exception { }
12: 
phpcassa API documentation generated by ApiGen 2.8.0