dokuwiki-matrixnotifierwas-plugin – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | <?php |
2 | |||
3 | namespace GuzzleHttp\Exception; |
||
4 | |||
5 | /** |
||
6 | * Exception when a server error is encountered (5xx codes) |
||
7 | */ |
||
8 | class ServerException extends BadResponseException |
||
9 | { |
||
10 | } |