NoSuchBufferError constructor

const NoSuchBufferError(
  1. File file
)

Create an instance.

Implementation

const NoSuchBufferError(this.file);