mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-27 15:26:04 +03:00
9 lines
176 B
PHP
9 lines
176 B
PHP
|
<?php
|
||
|
|
||
|
namespace Guzzle\Http\Exception;
|
||
|
|
||
|
/**
|
||
|
* Exception when a server error is encountered (5xx codes)
|
||
|
*/
|
||
|
class ServerErrorResponseException extends BadResponseException {}
|