mirror of
https://github.com/crmeb/CRMEB.git
synced 2026-02-11 17:56:07 +00:00
8 lines
161 B
PHP
8 lines
161 B
PHP
<?php
|
|
namespace GuzzleHttp\Exception;
|
|
|
|
/**
|
|
* Exception when a client error is encountered (4xx codes)
|
|
*/
|
|
class ClientException extends BadResponseException {}
|