HycopException constructor
const
HycopException({
- required String message,
- int? code = unknown,
- Exception? exception,
- StackTrace? stackTrace,
Implementation
const HycopException({
required this.message,
this.code = unknown,
this.exception,
this.stackTrace,
});