1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<?php /** * High-performance PHP process supervisor and load balancer written in Go. * * @author Wolfy-J */ declare(strict_types=1); namespace Spiral\RoadRunner\Exception; class RoadRunnerException extends \RuntimeException { }