UNPKG

@steeveproject/ngx-steem-keychain

Version:
19 lines 496 B
/** * @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