summaryrefslogtreecommitdiff
path: root/tests/src/Exception/EnvironmentException.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/Exception/EnvironmentException.php')
-rw-r--r--tests/src/Exception/EnvironmentException.php16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/src/Exception/EnvironmentException.php b/tests/src/Exception/EnvironmentException.php
new file mode 100644
index 00000000..227507c5
--- /dev/null
+++ b/tests/src/Exception/EnvironmentException.php
@@ -0,0 +1,16 @@
+<?php
+
+/**
+ * High-performance PHP process supervisor and load balancer written in Go.
+ *
+ * @author Wolfy-J
+ */
+
+declare(strict_types=1);
+
+namespace Spiral\RoadRunner\Exception;
+
+class EnvironmentException extends RoadRunnerException
+{
+
+}