InvalidJsonException constructor

InvalidJsonException(
  1. String message
)

Creates an exception which is thrown when JSON data is invalid.

Implementation

InvalidJsonException(this.message);