Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Inpsyde
MultilingualPress
Service
Exception
ContainerBootstrappedException
PHP Class Inpsyde\MultilingualPress\Service\Exception\ContainerBootstrappedException
Since:
3.0.0
Inheritance:
extends
Exceptio\Exception
ファイルを表示
Open project: inpsyde/multilingual-press
Class Usage Examples
Public Methods
Method
Description
for_name
(
string
$name
,
string
$action
= 'read' ) :
static
Returns a new exception object.
Method Details
for_name()
public
static
method
Returns a new exception object.
Since:
3.0.0
public
static
for_name
(
string
$name
,
string
$action
= 'read' ) :
static
$name
string
The name of the value or factory callback.
$action
string
Optional. Action to be performed. Defaults to 'read'.
return
static
Exception object.