aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/rxjs/dist/esm5/internal/util/SequenceError.js
blob: d2ec9acb2b2c42defb21fa706ebbcc94411ea6e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
import { createErrorClass } from './createErrorClass';
export var SequenceError = createErrorClass(function (_super) {
    return function SequenceErrorImpl(message) {
        _super(this);
        this.name = 'SequenceError';
        this.message = message;
    };
});
//# sourceMappingURL=SequenceError.js.map
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage