Created
May 3, 2021 09:01
-
-
Save armanozak/4a6e0d0e902e1acbeabc7b3ee523c079 to your computer and use it in GitHub Desktop.
[What's New in RxJS 7] An alternative available for ES6+ builds #blog #rxjs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export class EmptyError extends Error { | |
constructor() { | |
super("no elements in sequence"); | |
this.name = "EmptyError"; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment