# File lib/clamp/errors.rb, line 8
    def initialize(message, command)
      super(message)
      @command = command
    end