diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2021-03-02 10:26:45 -0500 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2021-03-02 10:26:45 -0500 |
commit | 7024aa0e705e522e8e0cc9b4555bb17a5a35ed45 (patch) | |
tree | f27278d32dbc5d9ee19dbb2f5dd929b943df4789 /docs/api/exceptions.rst | |
parent | 6b14aa6579d9c5bdd32bf8c3d67f11db8b575bb0 (diff) | |
download | cmd2-git-exception_passthrough.tar.gz |
Added cmd2.exceptions.PassThroughExceptionexception_passthrough
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: |