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