mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-23 21:16:02 +03:00
9 lines
176 B
PHP
9 lines
176 B
PHP
|
<?php
|
||
|
|
||
|
namespace Guzzle\Http\Exception;
|
||
|
|
||
|
/**
|
||
|
* Exception when a client error is encountered (4xx codes)
|
||
|
*/
|
||
|
class ClientErrorResponseException extends BadResponseException {}
|