PHP Class think\exception\HttpResponseException

Inheritance: extends RuntimeException
ファイルを表示 Open project: top-think/framework

Protected Properties

Property Type Description
$response think\Response

Public Methods

Method Description
__construct ( Response $response )
getResponse ( )

Method Details

__construct() public method

public __construct ( Response $response )
$response think\Response

getResponse() public method

public getResponse ( )

Property Details

$response protected_oe property

protected Response,think $response
return think\Response