Blame | Last modification | View Log | RSS feed
<?php namespace React\Promise\Exception; class LengthException extends \LengthException { }
<?php
namespace React\Promise\Exception;
class LengthException extends \LengthException
{
}