NoFilesError constructor

const NoFilesError(
  1. Directory directory
)

Create the error.

Implementation

const NoFilesError(this.directory);