UnknownWatchError constructor

UnknownWatchError(
  1. String msg
)

Implementation

UnknownWatchError(String msg) : super(msg);