Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Eloquent
Phony
Mock
Exception
ClassExistsException
PHP 클래스 Eloquent\Phony\Mock\Exception\ClassExistsException
상속:
extends
Exceptio\Exception
,
implements
MockException
파일 보기
프로젝트 열기: eloquent/phony
공개 메소드들
메소드
설명
__construct
(
string
$className
)
Construct a class exists exception.
className
( ) :
string
Get the class name.
메소드 상세
__construct()
공개
메소드
Construct a class exists exception.
public
__construct
(
string
$className
)
$className
string
The class name.
className()
공개
메소드
Get the class name.
public
className
( ) :
string
리턴
string
The class name.