DoesntMatchException constructor

const DoesntMatchException(
  1. String message
)

Implementation

const DoesntMatchException(this.message);