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