PathNotFoundException constructor

const PathNotFoundException([
  1. String message = '',
  2. String? path,
  3. OSError? osError
])

Implementation

const PathNotFoundException([super.message, super.path, super.osError]);