SatelliteException constructor

SatelliteException(
  1. SatelliteErrorCode code,
  2. String? message
)

Implementation

SatelliteException(this.code, this.message);