BKTUnknownException constructor

BKTUnknownException({
  1. required String message,
  2. Exception? exception,
})

Implementation

BKTUnknownException({required super.message, Exception? exception});