repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Localisation updates from https://translatewiki.net.
[mediawiki.git]
/
resources
/
src
/
mediawiki.authenticationPopup
/
AuthPopupError.js
blob
21f71ec3170ab423859aee11b3d4eea0e1021890
1
class AuthPopupError extends Error {
2
constructor( message ) {
3
super( message );
4
this.name = this.constructor.name;
5
}
6
}
7
8
module.exports = AuthPopupError;