FileNotFoundException constructor

const FileNotFoundException(
  1. String fileName
)

Creates a instance of FileNotFoundException.

Implementation

const FileNotFoundException(this.fileName);