NW
Size: a a a
NW
З
NW
AE
AE
NW
IB
🏡К
IB
IB
🏡К
v
IB
IB
🏡К
АН
class CentException extends Error {
constructor(m: string) {
super(m);
// Set the prototype explicitly.
Object.setPrototypeOf(this, CentException.prototype);
}
}
IB
class CentException extends Error {
constructor(m: string) {
super(m);
// Set the prototype explicitly.
Object.setPrototypeOf(this, CentException.prototype);
}
}
IB