StandardError
# File lib/rhc/exceptions.rb, line 4 def initialize(message=nil, code=1) super(message) @code = code end