PHP Class think\db\exception\BindParamException

Inheritance: extends think\exception\DbException
Exibir arquivo Open project: top-think/framework

Public Methods

Method Description
__construct ( string $message, array $config, string $sql, array $bind, integer $code = 10502 ) BindParamException constructor.

Method Details

__construct() public method

BindParamException constructor.
public __construct ( string $message, array $config, string $sql, array $bind, integer $code = 10502 )
$message string
$config array
$sql string
$bind array
$code integer