FieldDisplayerException
extends Exception
Table of Contents
-
alreadyDefined()
: mixed
-
handleInvalid()
: mixed
-
notDefined()
: mixed
-
notValid()
: mixed
alreadyDefined()
public
static alreadyDefined(string $class, string $registeredBy) : mixed
Parameters
-
$class
: string
-
-
$registeredBy
: string
-
Return values
mixed
—
handleInvalid()
public
static handleInvalid(string $class) : mixed
Parameters
-
$class
: string
-
Return values
mixed
—
notDefined()
public
static notDefined(string $handle) : mixed
Parameters
-
$handle
: string
-
Return values
mixed
—
notValid()
public
static notValid(string $displayerHandle, string $fieldClass) : mixed
Parameters
-
$displayerHandle
: string
-
-
$fieldClass
: string
-
Return values
mixed
—