From 580d7c1f57d2ea422fc467be7c46e4b9852e7353 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Wed, 18 Feb 2009 00:31:36 +0000 Subject: #5268: mention VMSError. --- Doc/library/exceptions.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Doc/library/exceptions.rst b/Doc/library/exceptions.rst index 01b54b3..9673dab 100644 --- a/Doc/library/exceptions.rst +++ b/Doc/library/exceptions.rst @@ -398,6 +398,11 @@ The following exceptions are the exceptions that are actually raised. more precise exception such as :exc:`IndexError`. +.. exception:: VMSError + + Only available on VMS. Raised when a VMS-specific error occurs. + + .. exception:: WindowsError Raised when a Windows-specific error occurs or when the error number does not -- cgit v0.12