Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
think
exception
DbException
PHP Class think\exception\DbException
Inheritance:
extends
think\Exception
Exibir arquivo
Open project: top-think/framework
Class Usage Examples
Public Methods
Method
Description
__construct
(
string
$message
,
array
$config
,
string
$sql
,
integer
$code
= 10500 )
DbException constructor.
Method Details
__construct()
public
method
DbException constructor.
public
__construct
(
string
$message
,
array
$config
,
string
$sql
,
integer
$code
= 10500 )
$message
string
$config
array
$sql
string
$code
integer