Total Complexity | 5 |
Total Lines | 28 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
8 | class EncodingException extends RuntimeException |
||
9 | { |
||
10 | public static function decorate(RuntimeException $runtimeException): EncodingException |
||
19 | } |
||
20 | }); |
||
21 | } |
||
22 | |||
23 | public function getCommand(): string |
||
26 | } |
||
27 | |||
28 | public function getErrorOutput(): string |
||
29 | { |
||
30 | return $this->getAlchemyException()->getErrorOutput(); |
||
31 | } |
||
32 | |||
33 | public function getAlchemyException(): ExecutionFailureException |
||
36 | } |
||
37 | } |
||
38 |