ExtendedExceptionInterface
extends
Auth0Exception
in
Represents all errors generated by SDK itself.
Tags
Table of Contents
Methods
- message() : string
- Produces a formatted exception string using the supplied values.
Methods
message()
Produces a formatted exception string using the supplied values.
public
static message([array<string, mixed> $values = [] ]) : string
Parameters
- $values : array<string, mixed> = []
-
Values to be injected into the message.