JsonizeException constructor

const JsonizeException(
  1. String context,
  2. String msg
)

Implementation

const JsonizeException(this.context, this.msg);