PHP Class think\exception\DbException

Inheritance: extends think\Exception
Mostrar archivo 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