mirror of
https://github.com/crmeb/CRMEB.git
synced 2026-01-20 07:20:24 +00:00
8 lines
161 B
PHP
8 lines
161 B
PHP
<?php
|
|
namespace GuzzleHttp\Exception;
|
|
|
|
/**
|
|
* Exception when a server error is encountered (5xx codes)
|
|
*/
|
|
class ServerException extends BadResponseException {}
|