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