oncall-engine/engine/apps/auth_token/exceptions.py

7 lines
96 B
Python
Raw Permalink Normal View History

class InvalidToken(Exception):
pass
class ServiceAccountDoesNotExist(Exception):
pass