Root Zanli
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
o5t6x7pgljbm
/
public_html
/
vendor
/
guzzlehttp
/
guzzle
/
src
/
Exception
/
Filename :
ServerException.php
back
Copy
<?php namespace GuzzleHttp\Exception; /** * Exception when a server error is encountered (5xx codes) */ class ServerException extends BadResponseException { }