PDF rausgenommen
This commit is contained in:
7
msd2/phpBB3/vendor/guzzlehttp/guzzle/src/Exception/ClientException.php
vendored
Normal file
7
msd2/phpBB3/vendor/guzzlehttp/guzzle/src/Exception/ClientException.php
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
namespace GuzzleHttp\Exception;
|
||||
|
||||
/**
|
||||
* Exception when a client error is encountered (4xx codes)
|
||||
*/
|
||||
class ClientException extends BadResponseException {}
|
Reference in New Issue
Block a user