KwikpassHealthException constructor
KwikpassHealthException({})
Implementation
KwikpassHealthException({
this.status = 503,
this.error = "ServiceUnavailable",
this.message = "Kwikpass is unhealthy to make the API calls",
String? timestamp,
}) : timestamp = timestamp ?? DateTime.now().toIso8601String();