Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F121637492
LoaderLoadingError.js
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Jul 12, 17:14
Size
227 B
Mime Type
text/x-c++
Expires
Mon, Jul 14, 17:14 (2 d)
Engine
blob
Format
Raw Data
Handle
27364258
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
LoaderLoadingError.js
View Options
"use strict"
;
class
LoadingLoaderError
extends
Error
{
constructor
(
message
)
{
super
(
message
);
this
.
name
=
"LoaderRunnerError"
;
Error
.
captureStackTrace
(
this
,
this
.
constructor
);
}
}
module
.
exports
=
LoadingLoaderError
;
Event Timeline
Log In to Comment