Skip to content

Commit

Permalink
updating exception to ValueError
Browse files Browse the repository at this point in the history
  • Loading branch information
vsoch committed Feb 5, 2021
1 parent 80cca8a commit b3e9905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snakedeploy/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ def __init__(self, message, *args, **kwargs):
super(UnrecognizedProviderError, self).__init__(*args, **kwargs)


class UserError(Exception):
class UserError(ValueError):
"""An error that is presented as simple error message without a stack trace"""

0 comments on commit b3e9905

Please sign in to comment.