1: <?php 2: namespace phpcassa\Connection;
3: 4: /**
5: * The connection pool has retried an operation as many
6: * times as is allowed by your $max_retries setting.
7: *
8: * @package phpcassa\Connection
9: */10: classMaxRetriesExceptionextends \Exception { }
11: