aboutsummaryrefslogtreecommitdiff
path: root/atom/packages/ex-mode/lib/command-error.coffee
blob: c9861e918c32c47e892c010e5258975e0b0700e6 (plain)
1
2
3
4
5
class CommandError
  constructor: (@message) ->
    @name = 'Command Error'

module.exports = CommandError