Property | Type | Description | |
---|---|---|---|
$errorInfo | the error info provided by a PDO exception. This is the same as returned by PDO::errorInfo. |
Method | Description | |
---|---|---|
__construct ( string $message, array $errorInfo = [], integer $code, |
Constructor. | |
__toString ( ) : string | ||
getName ( ) : string |
public __toString ( ) : string | ||
return | string | readable representation of exception |
public $errorInfo |