1 2 3 4 5
class CommandError constructor: (@message) -> @name = 'Command Error' module.exports = CommandError