dokuwiki-matrixnotifierwas-plugin – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <?php
2  
3 namespace GuzzleHttp\Exception;
4  
5 use Psr\Http\Client\ClientExceptionInterface;
6  
7 interface GuzzleException extends ClientExceptionInterface
8 {
9 }