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