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