\naigc\v25\exceptionFailedMysqliPrepare

An exception for failed mysqli prepare.

Summary

Methods
Properties
Constants
__construct()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

__construct()

__construct(string  $mysqliError) : mixed

Creates a new FailedMysqliPrepare exception.

Parameters

string $mysqliError

The error that caused the bind to fail.

Returns

mixed