Skip to content

Commit

Permalink
chore: make XmlUploadError a subclass of BaseError (#746)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnussbaum committed Jan 18, 2024
1 parent ed60319 commit 12e406f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dsp_tools/models/exceptions.py
Expand Up @@ -93,7 +93,7 @@ class PermanentConnectionError(BaseError):
message: str


class XmlUploadError(Exception):
class XmlUploadError(BaseError):
"""
Represents an error raised in the context of the XML import.
"""
Expand Down

0 comments on commit 12e406f

Please sign in to comment.