Add unpack state, command not found errors
This commit is contained in:
5
app/classes/logical/error/CommandNotFoundError.js
Normal file
5
app/classes/logical/error/CommandNotFoundError.js
Normal file
@@ -0,0 +1,5 @@
|
||||
class CommandNotFoundError extends Error {
|
||||
|
||||
}
|
||||
|
||||
module.exports = exports = CommandNotFoundError
|
||||
Reference in New Issue
Block a user