Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3bd9ab0

Browse files
committed
Use the new module synopsis syntax, even though we don't need a synopsis table
for this chapter. This protects against backend changes for \declaremodule.
1 parent 8cab549 commit 3bd9ab0

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Doc/lib/libexcs.tex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
\section{Built-in Exceptions}
2-
\label{module-exceptions}
3-
\stmodindex{exceptions}
2+
\declaremodule{standard}{exceptions}
3+
4+
\modulesynopsis{Standard exceptions classes.}
45

56

67
Exceptions can be class objects or string objects. While

0 commit comments

Comments
 (0)