aboutsummaryrefslogtreecommitdiffstats
path: root/github3/exceptions.py
blob: 72da77671bfb4b67e7f75ab02723094310f8ad6f (plain) (blame)
1
2
3
4
5
6
7
8
#!/usr/bin/env python
# -*- encoding: utf-8 -*-
#
# author: David Medina

class AnomUser(Exception):
    """ Exception for AnomUser handler """
    pass