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