scholarr/app/services/scholars/exceptions.py
Justin Visser 3866c6d6f0 ci: add CodeQL security scanning and Dependabot
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-27 00:05:17 +01:00

5 lines
146 B
Python

from __future__ import annotations
class ScholarServiceError(ValueError):
"""Raised for expected scholar-management validation failures."""