reference/pdo/pdo/getattribute.xml
5bef6e3f51b6add9f9f27ad65409b66f6ab44af7
...
...
@@ -71,6 +71,14 @@
71
71
</para>
72
72
</refsect1>
73
73

74
+
<refsect1 role="errors">
75
+
&reftitle.errors;
76
+
<para>
77
+
<methodname>PDO::getAttribute</methodname> may throw a <exceptionname>PDOException</exceptionname>
78
+
when the underlying driver does not support the requested <parameter>attribute</parameter>.
79
+
</para>
80
+
</refsect1>
81
+

74
82
<refsect1 role="examples">
75
83
&reftitle.examples;
76
84
<para>
77
85