diff options
Diffstat (limited to 'assets/php/vendor/react/promise/src/Exception/LengthException.php')
-rwxr-xr-x | assets/php/vendor/react/promise/src/Exception/LengthException.php | 7 |
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 -{ -} |