InvalidClaimException
extends Exception
in package
implements
ClaimExceptionInterface
This exception is thrown by claim checkers when a claim check failed.
Table of Contents
Interfaces
- ClaimExceptionInterface
- Exceptions thrown by this component.
Properties
Methods
- __construct() : mixed
- getClaim() : string
- Returns the claim that caused the exception.
- getValue() : mixed
- Returns the claim value that caused the exception.
Properties
$claim
private
string
$claim
$value
private
mixed
$value
Methods
__construct()
public
__construct(string $message, string $claim, mixed $value) : mixed
Parameters
- $message : string
- $claim : string
- $value : mixed
getClaim()
Returns the claim that caused the exception.
public
getClaim() : string
Return values
stringgetValue()
Returns the claim value that caused the exception.
public
getValue() : mixed