aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2007-10-03 22:14:09 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2007-10-03 22:14:09 +0000
commit35dffc0dc7b660303f1e52017ec37242e65f149c (patch)
tree73334cb0896f09cf500a36f7f609b68a54aaaad7 /doc
parent87fd913202454b78b8f29fc12ad2efa7638366d0 (diff)
Create a universal exception handling extension, "e" (closes issue #9785)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@84580 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc')
-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