File: exceptions.py

package info (click to toggle)
python-django-hashids 0.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 168 kB
  • sloc: python: 394; makefile: 3
file content (6 lines) | stat: -rw-r--r-- 97 bytes parent folder | download
1
2
3
4
5
6
class ConfigError(Exception):
    pass


class RealFieldDoesNotExistError(ConfigError):
    pass