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