exceptions.py 110 B

123
  1. class OutdatedSlug(Exception):
  2. """The url that was used to reach view contained outdated slug"""
  3. pass