HumHub Documentation (unofficial)

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

$claim  : string
$value  : mixed

Methods

__construct()  : mixed
getClaim()  : string
Returns the claim that caused the exception.
getValue()  : mixed
Returns the claim value that caused the exception.

Properties

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
string

        
On this page

Search results