Auth_OpenID_EncodingError::__construct PHP Method

__construct() public method

public __construct ( $response = null )
    function __construct($response = null)
    {
        if ($response !== null) {
            $this->response = $response;
        }
    }
Auth_OpenID_EncodingError