Add unpack state, command not found errors

This commit is contained in:
garrettmills
2020-03-03 21:06:59 -06:00
parent 9291c52383
commit ec8047361c
6 changed files with 91 additions and 7 deletions

View File

@@ -0,0 +1,5 @@
class CommandNotFoundError extends Error {
}
module.exports = exports = CommandNotFoundError