diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2020-02-18 21:05:10 -0500 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2020-02-18 21:05:10 -0500 |
commit | f7441431697e4ba94202a1484721ae8acf3a4ab7 (patch) | |
tree | 234c893f8cb90138d86b668ba12d0bf448de4b52 /docs/api | |
parent | 970c5fc42c69c1c03640c979df341e85e3c38848 (diff) | |
download | cmd2-git-f7441431697e4ba94202a1484721ae8acf3a4ab7.tar.gz |
Moved custom cmd2 exceptions to a separate file and removed them from public API
Diffstat (limited to 'docs/api')
-rw-r--r-- | docs/api/exceptions.rst | 4 | ||||
-rw-r--r-- | docs/api/index.rst | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/docs/api/exceptions.rst b/docs/api/exceptions.rst deleted file mode 100644 index 400993aa..00000000 --- a/docs/api/exceptions.rst +++ /dev/null @@ -1,4 +0,0 @@ -Exceptions -========== - -.. autoexception:: cmd2.EmptyStatement diff --git a/docs/api/index.rst b/docs/api/index.rst index f0324eab..346fc274 100644 --- a/docs/api/index.rst +++ b/docs/api/index.rst @@ -6,7 +6,6 @@ API Reference cmd decorators - exceptions ansi utility_classes utility_functions |