diff options
Diffstat (limited to 'src/Exception/RoadRunnerException.php')
-rw-r--r-- | src/Exception/RoadRunnerException.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/Exception/RoadRunnerException.php b/src/Exception/RoadRunnerException.php new file mode 100644 index 00000000..ee99bb2b --- /dev/null +++ b/src/Exception/RoadRunnerException.php @@ -0,0 +1,13 @@ +<?php +/** + * High-performance PHP process supervisor and load balancer written in Go + * + * @author Wolfy-J + */ + +namespace Spiral\RoadRunner\Exception; + +class RoadRunnerException extends \Spiral\RoadRunner\Exceptions\RoadRunnerException +{ + +}
\ No newline at end of file |