another fix

pull/372/head
Jorge Coca 3 years ago
parent 2492ea407f
commit 8630d47248

@ -58,12 +58,3 @@ class AddLeaderboardEntryException extends LeaderboardException {
const AddLeaderboardEntryException(Object error, StackTrace stackTrace) const AddLeaderboardEntryException(Object error, StackTrace stackTrace)
: super(error, stackTrace); : super(error, stackTrace);
} }
/// {@template fetch_prohibited_initials_exception}
/// Exception thrown when failure occurs while fetching prohibited initials.
/// {@endtemplate}
class FetchProhibitedInitialsException extends LeaderboardException {
/// {@macro fetch_prohibited_initials_exception}
const FetchProhibitedInitialsException(Object error, StackTrace stackTrace)
: super(error, stackTrace);
}

Loading…
Cancel
Save