$database->lastError()
Returns the last db error
$database->lastError(): Throwable|null
Return types
Throwable
ornull
This method modifies the existing $database
object it is applied to and returns it again.
Returns the last db error
$database->lastError(): Throwable|null
Throwable
ornull
This method modifies the existing $database
object it is applied to and returns it again.