Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Eloquent
Phony
Mock
Exception
ClassExistsException
PHP Class Eloquent\Phony\Mock\Exception\ClassExistsException
Inheritance:
extends
Exceptio\Exception
,
implements
MockException
Datei anzeigen
Open project: eloquent/phony
Public Methods
Method
Description
__construct
(
string
$className
)
Construct a class exists exception.
className
( ) :
string
Get the class name.
Method Details
__construct()
public
method
Construct a class exists 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.