summaryrefslogtreecommitdiff
path: root/src/Exception/RoadRunnerException.php
blob: 0f8d5def74ed4795c51beaccfecce82c5d3266bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?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
{
}