isUnsupportedError top-level constant

TypeMatcher<UnsupportedError> const isUnsupportedError

A matcher for UnsupportedError.

Implementation

const isUnsupportedError = TypeMatcher<UnsupportedError>();