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