├── src ├── ClientExceptionInterface.php ├── ClientInterface.php ├── RequestExceptionInterface.php └── NetworkExceptionInterface.php ├── README.md ├── CHANGELOG.md ├── composer.json └── LICENSE /src/ClientExceptionInterface.php: -------------------------------------------------------------------------------- 1 |