HumHub Documentation (unofficial)

InvalidHeaderException extends Exception
in package

This exception is thrown by header parameter checkers when a header parameter check failed.

Table of Contents

Properties

$header  : string
$value  : mixed

Methods

__construct()  : mixed
getHeader()  : string
Returns the header parameter that caused the exception.
getValue()  : mixed
Returns the header parameter value that caused the exception.

Properties

Methods

__construct()

public __construct(string $message, string $header, mixed $value) : mixed
Parameters
$message : string
$header : string
$value : mixed

getHeader()

Returns the header parameter that caused the exception.

public getHeader() : string
Return values
string

getValue()

Returns the header parameter value that caused the exception.

public getValue() : mixed

        
On this page

Search results