UnknownException constructor

UnknownException([
  1. dynamic message
])

Implementation

UnknownException([message]) : super(message);