SsiException constructor

SsiException(
  1. String message, {
  2. required int code,
  3. Exception? baseException,
})

Implementation

SsiException(this.message, {required this.code, this.baseException});