Source code for litestar.exceptions.dto_exceptions
from __future__ import annotations
from litestar.exceptions import LitestarException
__all__ = ("DTOFactoryException", "InvalidAnnotationException")
You are viewing the local version of the documentation. Click here to go to the latest version.
from __future__ import annotations
from litestar.exceptions import LitestarException
__all__ = ("DTOFactoryException", "InvalidAnnotationException")