@steeveproject/ngx-steem-keychain
Version:
Your Angular interface to Steem Keychain
19 lines • 496 B
JavaScript
/**
* @fileoverview added by tsickle
* @suppress {checkTypes,extraRequire,uselessCode} checked by tsc
*/
export class SteemKeychainError extends Error {
/**
* @param {?} response
*/
constructor(response) {
super(response.message);
this.response = response;
Object.setPrototypeOf(this, SteemKeychainError.prototype);
}
}
if (false) {
/** @type {?} */
SteemKeychainError.prototype.response;
}
//# sourceMappingURL=steem-keychain-error.js.map