Auth0-PHP

ExtendedExceptionInterface extends Auth0Exception
in

Represents all errors generated by SDK itself.

Tags
codeCoverageIgnore

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.

Return values
string
On this page

Search results