The PDOException class PDOException
&reftitle.intro; Represents an error raised by PDO. You should not throw a PDOException from your own code. See Exceptions for more information about Exceptions in PHP.
&reftitle.classsynopsis; PDOException PDOException extends RuntimeException &Properties; public array errorInfo protected string code &InheritedProperties; &InheritedMethods;
&reftitle.properties; errorInfo Corresponds to PDO::errorInfo or PDOStatement::errorInfo code SQLSTATE error code. Use Exception::getCode to access it.