ChOwnException constructor Null safety
- String reason,
- [StackTraceImpl? stacktrace]
Thrown if the chown function encounters an error.
Implementation
ChOwnException(String reason, [core.StackTraceImpl? stacktrace])
: super(reason, stacktrace);
Thrown if the chown function encounters an error.
ChOwnException(String reason, [core.StackTraceImpl? stacktrace])
: super(reason, stacktrace);