SatelliteException constructor
SatelliteException(
- SatelliteErrorCode code,
- String? message
Implementation
SatelliteException(this.code, this.message);
SatelliteException(this.code, this.message);