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