Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
think
exception
DbException
PHP 클래스 think\exception\DbException
상속:
extends
think\Exception
파일 보기
프로젝트 열기: top-think/framework
1 사용 예제들
공개 메소드들
메소드
설명
__construct
(
string
$message
,
array
$config
,
string
$sql
,
integer
$code
= 10500 )
DbException constructor.
메소드 상세
__construct()
공개
메소드
DbException constructor.
public
__construct
(
string
$message
,
array
$config
,
string
$sql
,
integer
$code
= 10500 )
$message
string
$config
array
$sql
string
$code
integer