summaryrefslogtreecommitdiff
path: root/doc/tex
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2007-10-03 22:14:09 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2007-10-03 22:14:09 +0000
commitc2f7cc4bd4a58ea224784d08d007cbc57a9a4679 (patch)
tree73334cb0896f09cf500a36f7f609b68a54aaaad7 /doc/tex
parent6c4dc0ee87d6ac04bdb0eeb4db2b8dac7338e765 (diff)
Create a universal exception handling extension, "e" (closes issue #9785)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@84580 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'doc/tex')
-rw-r--r--doc/tex/extensions.tex8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/tex/extensions.tex b/doc/tex/extensions.tex
index 28a49f092..35d84549a 100644
--- a/doc/tex/extensions.tex
+++ b/doc/tex/extensions.tex
@@ -66,6 +66,14 @@ There are some extensions with important meanings:
timeout is reached. See "show function TIMEOUT" for more
information on setting timeouts.
\end{itemize}
+ \item e
+ \begin{itemize}
+ \item This extension will substitute as a catchall for any of the
+ 'i', 't', or 'T' extensions, if any of them do not exist and
+ catching the error in a single routine is desired. The
+ function EXCEPTION may be used to query the type of exception
+ or the location where it occurred.
+ \end{itemize}
\end{itemize}
And finally, the extension context "default" is used when either a) an