RemoteConfigException constructor
const
RemoteConfigException({})
Creates an exception.
Implementation
const RemoteConfigException({
required this.code,
required this.message,
this.statusCode,
this.throttleEndTime,
this.cause,
});