1 | <?php |
||
10 | final class InsufficientData extends RuntimeException implements MessagePackException |
||
11 | { |
||
12 | /** @var mixed */ |
||
13 | private $value; |
||
14 | |||
15 | 20 | public static function fromOffset(string $buffer, int $offset, int $expectedLength): self |
|
24 | |||
25 | public function getValue() |
||
29 | |||
30 | private function __construct($value, string $message) |
||
36 | } |
||
37 |