Skip to content

Commit

Permalink
chapter 01: preparing the simpleParser example, creating InvalidOpera…
Browse files Browse the repository at this point in the history
…tion custom error
  • Loading branch information
devcorpio committed Jan 8, 2019
1 parent 1ede197 commit a03a1c4
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
class InvalidOperationException extends Error {}

module.exports = InvalidOperationException;

0 comments on commit a03a1c4

Please sign in to comment.