diff options
author | Wolfy-J <[email protected]> | 2017-12-26 19:14:53 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2017-12-26 19:14:53 +0300 |
commit | e229d83dea4bbe9d0cfe6569c8fbe239690aafb9 (patch) | |
tree | 2d4887ffdb167d660b705415f0617458490d0b9f /source/Exceptions/RoadRunnerException.php |
init
Diffstat (limited to 'source/Exceptions/RoadRunnerException.php')
-rw-r--r-- | source/Exceptions/RoadRunnerException.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/source/Exceptions/RoadRunnerException.php b/source/Exceptions/RoadRunnerException.php new file mode 100644 index 00000000..fa7b8da3 --- /dev/null +++ b/source/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 |