FileSystemException constructor

FileSystemException(
  1. String path,
  2. String message
)

Implementation

FileSystemException(this.path, this.message);