UnknownException constructor

UnknownException()

Implementation

UnknownException()
    : super(
        Constants.unknownError,
      );