Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Document an exception
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Apr 24, 2017
1 parent da0c3da commit 3712318
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion gratipay/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,7 @@ def __str__(self):

class NotWhitelisted(Exception): pass
class NoPackages(Exception): pass
class OutOfOptions(Exception): pass

class OutOfOptions(Exception):
"""Raised when an attempt to auto-name a team fails.
"""

0 comments on commit 3712318

Please sign in to comment.