RegionException
extends Exception
-
since
-
5.0.0
Table of Contents
-
duplicated()
: mixed
-
handleInvalid()
: mixed
-
noRegion()
: mixed
-
parameterMissing()
: mixed
duplicated()
public
static duplicated(ThemeInterface $theme, string $layout, string $handle) : mixed
Parameters
-
$theme
: ThemeInterface
-
-
$layout
: string
-
-
$handle
: string
-
Return values
mixed
—
handleInvalid()
public
static handleInvalid(ThemeInterface $theme, string $layout, string $handle) : mixed
Parameters
-
$theme
: ThemeInterface
-
-
$layout
: string
-
-
$handle
: string
-
Return values
mixed
—
noRegion()
public
static noRegion(string $theme, string $region) : mixed
Parameters
-
$theme
: string
-
-
$region
: string
-
Return values
mixed
—
parameterMissing()
public
static parameterMissing(string $parameter, string $layout, ThemeInterface $theme) : mixed
Parameters
-
$parameter
: string
-
-
$layout
: string
-
-
$theme
: ThemeInterface
-
Return values
mixed
—