Your IP : 127.0.0.1


Current Path : /home/dev2.destoffenstraat.com/vendor-1/guzzlehttp/guzzle/src/Exception/
Upload File :
Current File : /home/dev2.destoffenstraat.com/vendor-1/guzzlehttp/guzzle/src/Exception/ServerException.php

<?php
namespace GuzzleHttp\Exception;

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