"""Authentication exceptions are located here.""" from {{project_slug}}.exceptions.base import {{ProjectName}}Error class NotAuthorizedError({{ProjectName}}Error): """Exception to raise when user token is not set, but is required."""