diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2021-03-02 13:54:34 -0500 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2021-03-02 13:54:34 -0500 |
commit | 3f0f277c412fb4adf27710c1dcb10ce82dacd604 (patch) | |
tree | 3589fda03daebcc5aed0dbc07841563b37ba3ad2 /docs/api/exceptions.rst | |
parent | 6b00402e82d09b4d8e0ed42662555b78edb47585 (diff) | |
parent | 4da77c4cb0756191ee13f3c0003a2b04863b73ae (diff) | |
download | cmd2-git-3f0f277c412fb4adf27710c1dcb10ce82dacd604.tar.gz |
Merge branch 'master' into history_fix
Diffstat (limited to 'docs/api/exceptions.rst')
-rw-r--r-- | docs/api/exceptions.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/api/exceptions.rst b/docs/api/exceptions.rst index 98afa97a..efa26957 100644 --- a/docs/api/exceptions.rst +++ b/docs/api/exceptions.rst @@ -15,3 +15,6 @@ Custom cmd2 exceptions .. autoclass:: cmd2.exceptions.CompletionError :members: + +.. autoclass:: cmd2.exceptions.PassThroughException + :members: |