ClientErrorResponseException.php 176 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 <?php namespace Guzzle\Http\Exception; /** * Exception when a client error is encountered (4xx codes) */ class ClientErrorResponseException extends BadResponseException {}