PHP Class _ErrorRaisingFetcher

Show file Open project: openid/php-openid

Public Methods

Method Description
__construct ( $thing_to_raise ) Just raise an exception when fetch is called
get ( $url )
post ( $body = null )

Method Details

__construct() public method

Just raise an exception when fetch is called
public __construct ( $thing_to_raise )

get() public method

public get ( $url )

post() public method

public post ( $body = null )