menu
kd_utils package
documentation
api_service/exceptions/exceptions.dart
KException
KException constructor
KException constructor
dark_mode
light_mode
KException
constructor
KException
(
{
required
int
errorCode
,
required
String
errorMessage
,
})
Implementation
KException({required this.errorCode, required this.errorMessage});
kd_utils package
documentation
api_service/exceptions/exceptions
KException
KException constructor
KException class