5 lines
146 B
Python
5 lines
146 B
Python
from __future__ import annotations
|
|
|
|
|
|
class ScholarServiceError(ValueError):
|
|
"""Raised for expected scholar-management validation failures."""
|