Implement :s
This commit is contained in:
parent
161c55c94f
commit
f662a96afd
4 changed files with 78 additions and 6 deletions
5
lib/command-error.coffee
Normal file
5
lib/command-error.coffee
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
class CommandError
|
||||
constructor: (@message) ->
|
||||
@name = 'Command Error'
|
||||
|
||||
module.exports = CommandError
|
||||
Loading…
Add table
Add a link
Reference in a new issue