commitall
This commit is contained in:
10
vendor/guzzlehttp/guzzle/src/Exception/ServerException.php
vendored
Normal file
10
vendor/guzzlehttp/guzzle/src/Exception/ServerException.php
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace GuzzleHttp\Exception;
|
||||
|
||||
/**
|
||||
* Exception when a server error is encountered (5xx codes)
|
||||
*/
|
||||
class ServerException extends BadResponseException
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user