exception static method
Implementation
static DomainResponse exception(Object e){
print(e);
return DomainResponse._(DomainStatus.failure, <String, dynamic>{}, DomainMessage.error(1001, e.toString()));
}
static DomainResponse exception(Object e){
print(e);
return DomainResponse._(DomainStatus.failure, <String, dynamic>{}, DomainMessage.error(1001, e.toString()));
}