🏠 Root
/
home
/
artorgp
/
www
/
wp-content
/
plugins
/
wordpress-seo
/
vendor_prefixed
/
guzzlehttp
/
guzzle
/
src
/
Exception
/
Editing: ServerException.php
<?php namespace YoastSEO_Vendor\GuzzleHttp\Exception; /** * Exception when a server error is encountered (5xx codes) */ class ServerException extends \YoastSEO_Vendor\GuzzleHttp\Exception\BadResponseException { }
Save
Cancel