PHP Class think\db\exception\BindParamException

Inheritance: extends think\exception\DbException
Afficher le fichier Open project: top-think/framework

Méthodes publiques

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

Method Details

__construct() public méthode

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