FCXException constructor

FCXException(
  1. String code,
  2. String? message
)

Implementation

FCXException(this.code, this.message);