| 1 | <?php |
||
| 17 | final class ExceptionAsString |
||
| 18 | { |
||
| 19 | /** @var string */ |
||
| 20 | private $string; |
||
| 21 | |||
| 22 | public function __construct(Throwable $e, Request $request) |
||
| 36 | |||
| 37 | public function __toString(): string |
||
| 41 | |||
| 42 | /** |
||
| 43 | * @param array<string, mixed> $server |
||
| 44 | */ |
||
| 45 | private function getPhpVariables(array $server): string |
||
| 49 | } |
||
| 50 |