SemiException constructor
const
SemiException(
- String errorCode, {
- String? message,
- dynamic error,
- StackTrace? stackTrace,
- DateTime? time,
Implementation
const SemiException(
this.errorCode, {
this.message,
this.error,
this.stackTrace,
this.time,
});