runff 1.0 commit
This commit is contained in:
7
lib/aws/GuzzleHttp/Exception/ServerException.php
Normal file
7
lib/aws/GuzzleHttp/Exception/ServerException.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
namespace GuzzleHttp\Exception;
|
||||
|
||||
/**
|
||||
* Exception when a server error is encountered (5xx codes)
|
||||
*/
|
||||
class ServerException extends BadResponseException {}
|
||||
Reference in New Issue
Block a user