Viewing File: /home/maglabs/valvtec1/wp-content/plugins/depicter/modules/GuzzleHttp/Exception/ServerException.php

<?php

namespace Depicter\GuzzleHttp\Exception;

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