ChOwnException constructor

ChOwnException(
  1. String reason, [
  2. StackTraceImpl? stacktrace
])

Thrown if the chown function encounters an error.

Implementation

ChOwnException(String reason, [StackTraceImpl? stacktrace])
    : super(reason, stacktrace);