1: <?php 2: 3: namespace PHPFastCGI\FastCGIDaemon\Exception; 4: 5: /** 6: * Connection exceptions. 7: */ 8: class ConnectionException extends DaemonException 9: { 10: } 11: