Class: FileNotFoundError
Extends
Error
Constructors
new FileNotFoundError()
new FileNotFoundError(
message?):FileNotFoundError
Parameters
• message?: string
Returns
Inherited from
Error.constructor
new FileNotFoundError()
new FileNotFoundError(
message?,options?):FileNotFoundError
Parameters
• message?: string
• options?: ErrorOptions
Returns
Inherited from
Error.constructor
Properties
cause?
optionalcause:unknown
Inherited from
Error.cause
message
message:
string
Inherited from
Error.message
name
name:
string='FileNotFoundError'
Overrides
Error.name
stack?
optionalstack:string
Inherited from
Error.stack