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