Source code for storch.exceptions



[docs]class IllegalStorchExposeError(Exception): def __init__(self, message): self.message = message