Failed Version

This commit is contained in:
Enoch
2024-08-09 17:43:48 +08:00
parent 6915f4d76e
commit be0892c1fe
223 changed files with 37369 additions and 38 deletions
@@ -0,0 +1,10 @@
<?php
namespace GuzzleHttp\Exception;
/**
* Exception when a server error is encountered (5xx codes)
*/
class ServerException extends BadResponseException
{
}