diff options
-rw-r--r-- | Doc/library/exceptions.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/library/exceptions.rst b/Doc/library/exceptions.rst index 01b54b3ff3..9673dab8f1 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 |