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