isConcurrentModificationError top-level constant

TypeMatcher<ConcurrentModificationError> const isConcurrentModificationError

A matcher for ConcurrentModificationError.

Implementation

const isConcurrentModificationError =
    TypeMatcher<ConcurrentModificationError>();