InvalidHeaderException
extends Exception
in package
This exception is thrown by header parameter checkers when a header parameter check failed.
Table of Contents
Properties
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
$header
private
string
$header
$value
private
mixed
$value
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
stringgetValue()
Returns the header parameter value that caused the exception.
public
getValue() : mixed