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

<?php

namespace Depicter\GuzzleHttp\Exception;

/**
 * Exception when a client error is encountered (4xx codes)
 */
class ClientException extends BadResponseException
{
}
Back to Directory File Manager