Skip to content

Commit

Permalink
TASK: Make exception more descriptive
Browse files Browse the repository at this point in the history
  • Loading branch information
d-Rickyy-b committed Sep 6, 2019
1 parent 7a54cc9 commit 15e1c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pastepwn/analyzers/basicanalyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ def match(self, paste):
:param paste: A :class:`pastepwn.core.paste` object which should be matched
:return: :obj:`bool` if the paste has been matched
"""
raise NotImplementedError
raise NotImplementedError("Your analyzer must implement the match method!")

0 comments on commit 15e1c1d

Please sign in to comment.