django-mellon/mellon/exceptions.py

5 lines
95 B
Python

class RolesNotInSession(Exception):
def __init__(self, roles):
self.roles = roles