# decalog/3.0.2/includes/libraries/react/Promise/Exception/LengthException.php

DecaLog, version 3.0.2. 8 lines.

- Page: https://pluginprobe.com/plugins/decalog/3.0.2/code/includes/libraries/react/Promise/Exception/LengthException.php
- Raw: https://pluginprobe.com/plugins/decalog/3.0.2/raw/includes/libraries/react/Promise/Exception/LengthException.php
- Modified: 2020-04-07T09:58:40+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/decalog/3.0.2/code/includes/libraries/react/Promise/Exception/LengthException.php#L10-L20`.

```php
<?php

namespace React\Promise\Exception;

class LengthException extends \LengthException
{
}

```
