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