added handle_error method description
diff --git a/Doc/lib/libasyncore.tex b/Doc/lib/libasyncore.tex
index 8f8be98..cae972d 100644
--- a/Doc/lib/libasyncore.tex
+++ b/Doc/lib/libasyncore.tex
@@ -105,6 +105,11 @@
   Called when the socket is closed.
 \end{methoddesc}
 
+\begin{methoddesc}{handle_error}{}
+  Called when an exception is raised and not otherwise handled.  The default
+  version prints a condensed traceback.
+\end{methoddesc}
+
 \begin{methoddesc}{handle_accept}{}
   Called on listening sockets when they actually accept a new 
   connection.