omnichess/lib/exceptions/king_not_found.dart

3 lines
55 B
Dart

class KingNotFoundException implements Exception {
}