This website requires JavaScript.
Explore
Help
Sign In
evilny0
/
fpdb
Watch
1
Star
0
Fork
0
You've already forked fpdb
Code
Issues
Pull Requests
Releases
Wiki
Activity
dfac9dfeb1
fpdb
/
pyfpdb
/
Exceptions.py
5 lines
91 B
Python
Raw
Normal View
History
Unescape
Escape
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 16:19:43 +02:00
class
FpdbParseError
(
Exception
)
:
def
__init__
(
self
,
hid
=
None
)
:
self
.
hid
=
hid
Reference in New Issue
Copy Permalink