export class ProducerWarning {
    constructor(public msg: string) { }
}