isNullThrownError top-level constant

TypeMatcher const isNullThrownError

A matcher for NullThrownError.

Implementation

const isNullThrownError = TypeMatcher<NullThrownError>();