class Apis \ FetchHttpException


Represents an HTTP error code that was returned during execution. This also provides access to the content returned by the server too.


Method Summary

Name Description
__construct($message, $content, Exception $previous = null)
getContent()

public function __construct($message, $content, Exception $previous = null)

Overrides:
__construct($message, Exception $previous = null)
Defaults:
previous = null

public function getContent()