summaryrefslogtreecommitdiff
path: root/src/Exception/MetricException.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Exception/MetricException.php')
-rw-r--r--src/Exception/MetricException.php17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/Exception/MetricException.php b/src/Exception/MetricException.php
deleted file mode 100644
index d5b738b8..00000000
--- a/src/Exception/MetricException.php
+++ /dev/null
@@ -1,17 +0,0 @@
-<?php
-
-/**
- * Spiral Framework.
- *
- * @license MIT
- * @author Anton Titov (Wolfy-J)
- */
-declare(strict_types=1);
-
-namespace Spiral\RoadRunner\Exception;
-
-use Spiral\Goridge\Exceptions\RPCException;
-
-class MetricException extends RPCException
-{
-}