From 7024aa0e705e522e8e0cc9b4555bb17a5a35ed45 Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Tue, 2 Mar 2021 10:26:45 -0500 Subject: Added cmd2.exceptions.PassThroughException --- docs/api/exceptions.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/api/exceptions.rst') 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: -- cgit v1.2.1