Failure constructor
Failure({
- required String message,
- Exception? exception,
- StackTrace? stackTrace,
Implementation
Failure({required this.message, this.exception, this.stackTrace});