Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Eloquent
Phony
Mock
Exception
FinalClassException
PHP Class Eloquent\Phony\Mock\Exception\FinalClassException
Inheritance:
extends
Exceptio\Exception
,
implements
MockException
Mostrar archivo
Open project: eloquent/phony
Public Methods
Method
Description
__construct
(
string
$className
)
Construct a final class exception.
className
( ) :
string
Get the class name.
Method Details
__construct()
public
method
Construct a final class exception.
public
__construct
(
string
$className
)
$className
string
The class name.
className()
public
method
Get the class name.
public
className
( ) :
string
return
string
The class name.