Skip to content

Commit 5d672f7

Browse files
authored
Merge pull request #1 from amarksingh/master
console exception contracts
2 parents 972b667 + aa7386e commit 5d672f7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

console/commandNotFoundException.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
class CommandNotFoundException {
2+
3+
}
4+
5+
module.exports = CommandNotFoundException

0 commit comments

Comments
 (0)