PathExistsException.new constructor - PathExistsException - dart:io library (original) (raw)
constPathExistsException(
Implementation
const PathExistsException(String path, OSError osError, [String message = ""])
: super(message, path, osError);
constPathExistsException(
const PathExistsException(String path, OSError osError, [String message = ""])
: super(message, path, osError);