LiveException.invalidParams constructor

const LiveException.invalidParams(
  1. String message
)

Creates an exception for missing or malformed arguments.

Implementation

const LiveException.invalidParams(this.message) : code = invalidParamsCode;