summaryrefslogtreecommitdiff
path: root/src/Exception/RoadRunnerException.php
blob: 348cb106a648094604403ed256b3f5573bf2707b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?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 \Spiral\RoadRunner\Exceptions\RoadRunnerException
{

}