summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libexcs.tex5
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/lib/libexcs.tex b/Doc/lib/libexcs.tex
index 81532ce..37eee6a 100644
--- a/Doc/lib/libexcs.tex
+++ b/Doc/lib/libexcs.tex
@@ -297,6 +297,11 @@ is not technically an error.
details about the type mismatch.
\end{excdesc}
+\begin{excdesc}{UnicodeError}
+ Raised when a Unicode-related encoding or decoding error occurs. It
+ is a subclass of \exception{ValueError}.
+\end{excdesc}
+
\begin{excdesc}{ValueError}
Raised when a built-in operation or function receives an argument
that has the right type but an inappropriate value, and the