Coverage for src / lexigram / admin / schema / exceptions.py: 100%
2 statements
« prev ^ index » next coverage.py v7.13.5, created at 2026-08-13 22:14 +0800
« prev ^ index » next coverage.py v7.13.5, created at 2026-08-13 22:14 +0800
1from __future__ import annotations
4class FieldError(Exception):
5 """Error raised during field value processing."""