1<?php
2
3namespace React\Promise\Exception;
4
5class LengthException extends \LengthException
6{
7}
8