ClientException.php 161 Bytes
Newer Older
Ketan's avatar
Ketan committed
1 2 3 4 5 6 7
<?php
namespace GuzzleHttp\Exception;

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