Derive from the correct exception class
This commit is contained in:
parent
e09305afac
commit
242f0532f0
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ import urllib2
|
|||
|
||||
#TODO: document and log where missing
|
||||
|
||||
class Error(Exception):
|
||||
class Error(StandardError):
|
||||
"""Base class for exceptions in this module."""
|
||||
pass
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue