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