Opened 11 years ago
Last modified 11 years ago
#1 accepted design
Exceptions
Reported by: | Frédéric | Owned by: | Frédéric |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | all | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description
Make better exceptions definition, using multiple inheritance:
class PKNyXValueError(PKNyXError, ValueError): """ """
Or only use Python standard exceptions?
Note:
See TracTickets
for help on using tickets.