summaryrefslogtreecommitdiff
path: root/src/Exceptions/RoadRunnerException.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Exceptions/RoadRunnerException.php')
-rw-r--r--src/Exceptions/RoadRunnerException.php17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/Exceptions/RoadRunnerException.php b/src/Exceptions/RoadRunnerException.php
new file mode 100644
index 00000000..1a5da18c
--- /dev/null
+++ b/src/Exceptions/RoadRunnerException.php
@@ -0,0 +1,17 @@
+<?php
+/**
+ * Spiral Framework.
+ *
+ * @license MIT
+ * @author Anton Titov (Wolfy-J)
+ */
+
+namespace Spiral\RoadRunner\Exceptions;
+
+/**
+ * @deprecated use \Spiral\RoadRunner\Exception\RoadRunnerException instead
+ */
+class RoadRunnerException extends \RuntimeException
+{
+
+} \ No newline at end of file