Skip to content

Commit a03a1c4

Browse files
committed
chapter 01: preparing the simpleParser example, creating InvalidOperation custom error
1 parent 1ede197 commit a03a1c4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
class InvalidOperationException extends Error {}
2+
3+
module.exports = InvalidOperationException;

0 commit comments

Comments
 (0)