diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-06-30 22:37:17 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-06-30 22:37:17 -0700 |
commit | bc844c83cb6d222023a5c547be4779d25ed1223c (patch) | |
tree | f83c83a14fde3c9bd15d8d33132b6539d9e00ec5 | |
parent | e3e3ffc42ec9277e3c0d7e450722cb1caa19aae8 (diff) | |
download | txr-bc844c83cb6d222023a5c547be4779d25ed1223c.tar.gz txr-bc844c83cb6d222023a5c547be4779d25ed1223c.tar.bz2 txr-bc844c83cb6d222023a5c547be4779d25ed1223c.zip |
doc: include opt-error in diagram.
* txr.1: Exception hierarchy diagram now includes opt-error.
-rw-r--r-- | txr.1 | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -47048,6 +47048,8 @@ subtype of every exception type: +--- syntax-error | +--- eval-error + | + +--- opt-error .brev Program designers are encouraged to derive new error exceptions from the |