LCException constructor

LCException(
  1. int code,
  2. String? message
)

Implementation

LCException(this.code, this.message);