@steeveproject/ngx-steem-keychain
Version:
Your Angular interface to Steem Keychain
21 lines • 693 B
JavaScript
/**
* @fileoverview added by tsickle
* @suppress {checkTypes,extraRequire,uselessCode} checked by tsc
*/
import * as tslib_1 from "tslib";
var SteemKeychainError = /** @class */ (function (_super) {
tslib_1.__extends(SteemKeychainError, _super);
function SteemKeychainError(response) {
var _this = _super.call(this, response.message) || this;
_this.response = response;
Object.setPrototypeOf(_this, SteemKeychainError.prototype);
return _this;
}
return SteemKeychainError;
}(Error));
export { SteemKeychainError };
if (false) {
/** @type {?} */
SteemKeychainError.prototype.response;
}
//# sourceMappingURL=steem-keychain-error.js.map