~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to djangoratings/exceptions.py

  • Committer: franku
  • Date: 2018-11-18 17:03:56 UTC
  • mto: (508.1.1 widelands)
  • mto: This revision was merged to the branch mainline in revision 510.
  • Revision ID: somal@arcor.de-20181118170356-n9g0g4uv7o0sofa4
cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
class InvalidRating(ValueError):
2
 
    pass
3
 
 
4
 
 
5
 
class AuthRequired(TypeError):
6
 
    pass
7
 
 
8
 
 
9
 
class CannotChangeVote(Exception):
10
 
    pass
11
 
 
12
 
 
13
 
class CannotDeleteVote(Exception):
14
 
    pass
15
 
 
16
 
 
17
 
class IPLimitReached(Exception):
18
 
    pass