MCPcopy Create free account
hub / github.com/0010aor/FlashNotes / FlashcardsException

Class FlashcardsException

backend/src/flashcards/exceptions.py:1–4  ·  view source on GitHub ↗

Base exception for flashcards module

Source from the content-addressed store, hash-verified

1class FlashcardsException(Exception):
2 """Base exception for flashcards module"""
3
4 pass
5
6
7class EmptyCollectionError(FlashcardsException):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected