Page MenuHomeWickedGov Phorge

AuthPopupError.js
No OneTemporary

Size
159 B
Referenced Files
None
Subscribers
None

AuthPopupError.js

class AuthPopupError extends Error {
constructor( message ) {
super( message );
this.name = this.constructor.name;
}
}
module.exports = AuthPopupError;

File Metadata

Mime Type
text/plain
Expires
Tue, Aug 18, 21:56 (1 d, 8 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
2c/50/3b12e1711d728201545d93cf544f
Default Alt Text
AuthPopupError.js (159 B)

Event Timeline