Skip to content
exceptions.py 130 B
Newer Older
#!/usr/bin/env python
#coding=utf8


class AlreadyRegistered(Exception):
    pass

class AuthenticationError(Exception):
    pass