JailbreakAppException constructor
- required String checkName,
- required String message,
- Object? originalError,
- StackTrace? originalStackTrace,
Creates a jailbreak exception for the given checkName and message.
Implementation
const JailbreakAppException({required this.checkName, required super.message, this.originalError, this.originalStackTrace});