PathNotFoundException constructor - PathNotFoundException - dart:io library (original) (raw)

description

constPathNotFoundException(

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

Implementation

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