diff options
author | kotfu <kotfu@kotfu.net> | 2020-02-06 17:04:32 -0700 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2020-02-06 17:04:32 -0700 |
commit | 90152df53478a00a3c64ba5ece160485408680dd (patch) | |
tree | ba04d09ce9d0df114890db8e31dd6cb6988f9d7b /docs/api | |
parent | 4802e6a3ea7864109dced8de3d2032e3ff845adb (diff) | |
download | cmd2-git-90152df53478a00a3c64ba5ece160485408680dd.tar.gz |
EmbeddedConsoleExit should not be part of the public api
Diffstat (limited to 'docs/api')
-rw-r--r-- | docs/api/exceptions.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/api/exceptions.rst b/docs/api/exceptions.rst index 3479fec3..400993aa 100644 --- a/docs/api/exceptions.rst +++ b/docs/api/exceptions.rst @@ -1,6 +1,4 @@ Exceptions ========== -.. autoexception:: cmd2.cmd2.EmbeddedConsoleExit - .. autoexception:: cmd2.EmptyStatement |