FileException constructor

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

Implementation

FileException(this.message, this.path);