Skip to content

Commit

Permalink
WktError should inherit from PlpygisError
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Trigona-Harany committed Aug 26, 2024
1 parent 13b2ed6 commit 49f809a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plpygis/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def __init__(self, msg=None):
super().__init__(msg)


class WktError(Exception):
class WktError(PlpygisError):
"""
Exception for problems in parsing WKTs.
"""
Expand Down

0 comments on commit 49f809a

Please sign in to comment.