KException constructor

KException({
  1. required int errorCode,
  2. required String errorMessage,
})

Implementation

KException({required this.errorCode, required this.errorMessage});