summaryrefslogtreecommitdiff
path: root/src/Exception/RoadRunnerException.php
blob: f83c3dd4eede4348e203547ba45801af83820016 (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
{
}