Documentation

Exception extends Throwable

Tags
psalm-immutable

Table of Contents

Methods

getSQLState()  : string|null
Returns the SQLSTATE the driver was in at the time the error occurred.

Methods

getSQLState()

Returns the SQLSTATE the driver was in at the time the error occurred.

public getSQLState() : string|null

Returns null if the driver does not provide a SQLSTATE for the error occurred.

Return values
string|null

        
On this page

Search results