1
0
mirror of https://github.com/retailcrm/mailgun-php.git synced 2025-03-23 08:23:50 +03:00
mailgun-php/Mailgun/Guzzle/Http/Exception/ClientErrorResponseException.php
2013-07-17 22:48:12 -07:00

9 lines
176 B
PHP

<?php
namespace Guzzle\Http\Exception;
/**
* Exception when a client error is encountered (4xx codes)
*/
class ClientErrorResponseException extends BadResponseException {}