PathExistsException.new constructor - PathExistsException - dart:io library (original) (raw)

description

constPathExistsException(

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

Implementation

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