Skip to content

Commit

Permalink
exceptions: ZigguratException inherits from Exception
Browse files Browse the repository at this point in the history
  • Loading branch information
ergo committed Oct 29, 2016
1 parent bdbf026 commit 3332ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ziggurat_foundations/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
__version__ = {'major': 0, 'minor': 6, 'patch': 8}


class ZigguratException(object):
class ZigguratException(Exception):
pass


Expand Down

0 comments on commit 3332ea1

Please sign in to comment.