wp-includes/Requests/Exception/HTTP.php
Lines:
1 to 13 of 13
<?php /** * Exception based on HTTP response * * @package Requests */ /* class Requests_Exception_HTTP */ /* function Requests_Exception_HTTP::__construct() – Create a new exception */ /* function Requests_Exception_HTTP::getReason() – Get the status message */ /* function Requests_Exception_HTTP::get_class() – Get the correct exception class for a given error code */