summaryrefslogtreecommitdiffstats
path: root/vendor/react/promise/src/Exception/LengthException.php
blob: 775c48db6a9974038092e035e0827ca5fcbb7a1f (plain)
1
2
3
4
5
6
7
<?php

namespace React\Promise\Exception;

class LengthException extends \LengthException
{
}