ClientRegistrationException extends RuntimeException implements ExceptionInterface
FinalYes
Table of Contents
Interfaces
Properties
- $errorCode : string
Methods
- __construct() : mixed
Properties
$errorCode read-only
public
string
$errorCode
= 'invalid_client_metadata'
Methods
__construct()
public
__construct(string $message[, string $errorCode = 'invalid_client_metadata' ][, Throwable|null $previous = null ]) : mixed
Parameters
- $message : string
- $errorCode : string = 'invalid_client_metadata'
- $previous : Throwable|null = null