SILException constructor
SILException({
- required dynamic cause,
- required dynamic message,
- dynamic error,
Implementation
SILException({required this.cause, required this.message, this.error});