SILException constructor

SILException({
  1. required dynamic cause,
  2. required dynamic message,
  3. dynamic error,
})

Implementation

SILException({required this.cause, required this.message, this.error});