Sign in
chromium
/
devtools
/
devtools-frontend.git
/
refs/heads/main
/
.
/
node_modules
/
bare-fs
/
lib
/
errors.d.ts
blob: f93ebcf185b24f2b52da854ab719ff4c0c0db5e9 [
file
] [
edit
]
declare
class
FileError
extends
Error
{
private
constructor
(
msg
:
string
)
readonly
code
:
string
readonly
operation
?:
string
readonly
path
?:
string
readonly
destination
?:
string
readonly
fd
?:
number
}
export
=
FileError