| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 0 | ||
| 1 | <?php |
||
| 16 | public static function msTeamsRespondedWithAnError(ClientException $exception) |
||
| 17 | { |
||
| 18 | $statusCode = $exception->getResponse()->getStatusCode(); |
||
| 19 | $description = $exception->getMessage(); |
||
| 20 | |||
| 21 | return new static("Ms Teams responded with an error `{$statusCode} - {$description}`"); |
||
| 22 | } |
||
| 23 | |||
| 44 |