header = $header; $this->value = $value; } /** * Returns the header parameter that caused the exception. */ public function getHeader(): string { return $this->header; } /** * Returns the header parameter value that caused the exception. * * @return mixed */ public function getValue() { return $this->value; } }