Skip to content

Commit

Permalink
exc: add docstring to ParameterError
Browse files Browse the repository at this point in the history
  • Loading branch information
rjw57 committed Apr 13, 2016
1 parent e3c2f71 commit b5c80e9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion starman/exc.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@
"""

class ParameterError(ValueError):
pass
"""Represents in invalid or erroneous parameter passed to a function or
method.
"""

0 comments on commit b5c80e9

Please sign in to comment.