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

Class EmptyCollectionError

backend/src/flashcards/exceptions.py:7–10  ·  view source on GitHub ↗

Raised when trying to create a practice session for an empty collection

Source from the content-addressed store, hash-verified

5
6
7class EmptyCollectionError(FlashcardsException):
8 """Raised when trying to create a practice session for an empty collection"""
9
10 pass

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected