method ErrorUtils.fileNotFoundError
ErrorUtils.fileNotFoundError(path: string): FileSystemError

Creates a FileSystemError for file not found.

Parameters

path: string
  • The file path

Return Type

FileSystemError

Usage

import { ErrorUtils } from ".";