PathExistsException 构造函数

const PathExistsException(
  1. String path,
  2. OSError osError, [
  3. String message = ""
])

实现

const PathExistsException(String path, OSError osError, [String message = ""])
    : super(message, path, osError);