• File: ServerException.php
  • Full Path: /home/atelipy/www/wpmain/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/ServerException.php
  • File size: 162 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php
namespace GuzzleHttp\Exception;

/**
 * Exception when a server error is encountered (5xx codes)
 */
class ServerException extends BadResponseException
{
}