| 1 | <?php |
||
| 15 | class GuzzleExceptionFormatter implements FormatterInterface |
||
|
|
|||
| 16 | { |
||
| 17 | /** |
||
| 18 | * @param TransferException $exception |
||
| 19 | * @return string |
||
| 20 | * @throws FormatterException |
||
| 21 | */ |
||
| 22 | public function format($exception) |
||
| 28 | |||
| 29 | /** |
||
| 30 | * @param TransferException $exception |
||
| 31 | * @return array |
||
| 32 | */ |
||
| 33 | private function buildSections($exception) |
||
| 54 | } |
||
| 55 |