projects
/
pgwui_menu
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54f3635
)
Use SetupError name from pgwui_core instead of the old Error
author
Karl O. Pinc
<kop@karlpinc.com>
Tue, 27 Apr 2021 21:12:30 +0000
(16:12 -0500)
committer
Karl O. Pinc
<kop@karlpinc.com>
Tue, 27 Apr 2021 21:12:30 +0000
(16:12 -0500)
src/pgwui_menu/exceptions.py
patch
|
blob
|
history
diff --git
a/src/pgwui_menu/exceptions.py
b/src/pgwui_menu/exceptions.py
index 91785823acf6a4396ca95f6f4c8e413b493e0e7a..0e5596215bf2a1e16b4564f99c0103c6cf95187f 100644
(file)
--- a/
src/pgwui_menu/exceptions.py
+++ b/
src/pgwui_menu/exceptions.py
@@
-19,15
+19,11
@@
# Karl O. Pinc <kop@karlpinc.com>
-from pgwui_common
import exceptions as common_ex
+from pgwui_common
.exceptions import SetupError as MenuError
# PGWUI setting related exceptions
-class MenuError(common_ex.Error):
- pass
-
-
class BadOrderItemError(MenuError):
def __init__(self, components, value):
super().__init__(