Raised when trying to create a practice session for an empty collection
| 5 | |
| 6 | |
| 7 | class EmptyCollectionError(FlashcardsException): |
| 8 | """Raised when trying to create a practice session for an empty collection""" |
| 9 | |
| 10 | pass |
no outgoing calls
no test coverage detected