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