osFile constant
ExitCodeExt
const osFile
Some system file (e.g. /etc/passwd) does not exist or could not be read.
Implementation
static const osFile = ExitCodeExt._(72, 'osFile');
Some system file (e.g. /etc/passwd) does not exist or could not be read.
static const osFile = ExitCodeExt._(72, 'osFile');