HumanException constructor
const
HumanException({
- required String humanMessage,
- required String? originalMessage,
- required StackTrace? stackTrace,
- List<
HumanException> errorsStack = const [],
Implementation
const HumanException({
required this.humanMessage,
required this.originalMessage,
required this.stackTrace,
this.errorsStack = const [],
});