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: classNoServerAvailableextends \Exception { }
12: