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