maestro-server/data-app

View on GitHub
app/services/privateAuth/error/privateUnauthorized.py

Summary

Maintainability
A
0 mins
Test Coverage
A
100%


class PrivateUnauthorizedError(Exception):

    def __init__(self, msg):
        self.msg = msg