Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F120189282
error.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
Wed, Jul 2, 13:02
Size
695 B
Mime Type
text/x-c++
Expires
Fri, Jul 4, 13:02 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
27153026
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
error.js
View Options
"use strict";
exports.__esModule = true;
exports.default = void 0;
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
class StyleguidistError extends Error {
constructor(message, extra) {
super(message);
_defineProperty(this, "extra", void 0);
Error.captureStackTrace(this, this.constructor);
Object.defineProperty(this, 'name', {
value: this.constructor.name
});
Object.defineProperty(this, 'extra', {
value: extra
});
}
}
var _default = StyleguidistError;
exports.default = _default;
Event Timeline
Log In to Comment