fpdb/pyfpdb/Exceptions.py
Matt Turnbull a32d4e053a FulltiltToFpdb handles canceled hands
Better exception handling during parsing
FpdbParseEcxeption takes an optional HID
Stripped pointless __init__s from *ToFpdb subclasses
Logging now has logging.conf config - default is to log only INFO to
file but easily changed to DEBUG for devel work
2009-08-09 15:19:43 +01:00

5 lines
91 B
Python

class FpdbParseError(Exception):
def __init__(self,hid=None):
self.hid = hid