BlockProviderException
extends Exception
Table of Contents
-
blockDefined()
: mixed
-
defined()
: mixed
-
handleInvalid()
: mixed
-
noBlock()
: mixed
-
notDefined()
: mixed
blockDefined()
public
static blockDefined(string $handle, string $provider) : mixed
Parameters
-
$handle
: string
-
-
$provider
: string
-
Return values
mixed
—
defined()
public
static defined(string $handle) : mixed
Parameters
-
$handle
: string
-
Return values
mixed
—
handleInvalid()
public
static handleInvalid(string $class) : mixed
Parameters
-
$class
: string
-
Return values
mixed
—
noBlock()
public
static noBlock(string $provider, string $handle) : mixed
Parameters
-
$provider
: string
-
-
$handle
: string
-
Return values
mixed
—
notDefined()
public
static notDefined(string $handle) : mixed
Parameters
-
$handle
: string
-
Return values
mixed
—