aboutsummaryrefslogtreecommitdiffhomepage
path: root/assets/php/vendor/react/promise/src/Exception/LengthException.php
diff options
context:
space:
mode:
Diffstat (limited to 'assets/php/vendor/react/promise/src/Exception/LengthException.php')
-rwxr-xr-xassets/php/vendor/react/promise/src/Exception/LengthException.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/assets/php/vendor/react/promise/src/Exception/LengthException.php b/assets/php/vendor/react/promise/src/Exception/LengthException.php
deleted file mode 100755
index 775c48d..0000000
--- a/assets/php/vendor/react/promise/src/Exception/LengthException.php
+++ /dev/null
@@ -1,7 +0,0 @@
-<?php
-
-namespace React\Promise\Exception;
-
-class LengthException extends \LengthException
-{
-}