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?

Change History (1)

comment:1 by Frédéric, 11 years ago

Status: newaccepted
Note: See TracTickets for help on using tickets.