UnknownErrorException constructor

const UnknownErrorException(
  1. String? message,
  2. String? code
)

Implementation

const UnknownErrorException(String? message, String? code)
    : super(message, code);