menu
rom_patcher
rom_patcher.dart
PatchException
PatchException.new const constructor
PatchException.new
dark_mode
light_mode
description
PatchException
constructor
const
PatchException
(
PatchErrorCode
code
,
String
message
, {
String
?
details
,
})
Implementation
const PatchException( this.code, this.message, { this.details, });
rom_patcher
rom_patcher
PatchException
PatchException.new const constructor
PatchException class