diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-06-01 00:45:15 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-06-01 00:45:15 -0400 |
commit | eb41d46c1f6c6281e57e8b864fa4500d3509ed55 (patch) | |
tree | 0b515e33f78b45f7eefa9dd2dcbe5bcc14baa0ec /docs/api/exceptions.rst | |
parent | 19a142782bc1272af870cd893fd25fc7f19c9940 (diff) | |
parent | 8d9405a1fcc2169aa039172a8e2891b839a59e6c (diff) | |
download | cmd2-git-eb41d46c1f6c6281e57e8b864fa4500d3509ed55.tar.gz |
Merge branch 'master' into hint_bug
Diffstat (limited to 'docs/api/exceptions.rst')
-rw-r--r-- | docs/api/exceptions.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/api/exceptions.rst b/docs/api/exceptions.rst new file mode 100644 index 00000000..8ef0a61f --- /dev/null +++ b/docs/api/exceptions.rst @@ -0,0 +1,11 @@ +cmd2.exceptions +=============== + +Custom cmd2 exceptions + + +.. autoclass:: cmd2.exceptions.SkipPostcommandHooks + :members: + +.. autoclass:: cmd2.exceptions.Cmd2ArgparseError + :members: |