X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=psycopg2%2Fdoc%2Fapi%2Fprivate%2Fexceptions.StandardError-class.html;fp=psycopg2%2Fdoc%2Fapi%2Fprivate%2Fexceptions.StandardError-class.html;h=1b491dd580467b4e0d60c3b5f4e7aabdd28817b3;hb=e5bdc26e1423689c0ab3204931335787737946ea;hp=0000000000000000000000000000000000000000;hpb=f8dd312990da7cc744e1c148bfd395c18492f3f1;p=plcapi.git diff --git a/psycopg2/doc/api/private/exceptions.StandardError-class.html b/psycopg2/doc/api/private/exceptions.StandardError-class.html new file mode 100644 index 0000000..1b491dd --- /dev/null +++ b/psycopg2/doc/api/private/exceptions.StandardError-class.html @@ -0,0 +1,102 @@ + + + + + exceptions.StandardError + + + + + + + + + + + + + + + + + + + +
+ + Module exceptions :: + Class StandardError +
+
+ + +
[show private | hide private]
[frames | no frames]
+ + +

Class StandardError

+ +
+Exception --+
+            |
+           StandardError
+

+ +
Known Subclasses:
+
+ Error, + Warning
+ +
+ +

Base class for all standard Python exceptions.

+
+ + + + + + + + + + + + + + +
Method Summary
    Inherited from Exception
 __init__(...) +
 __getitem__(...) +
 __str__(...) +

+ + + + + + + + + + + + + + + + + + +
+ +