RuntimeError
# File lib/rhc-rest/exceptions/exceptions.rb, line 27 def initialize(msg=nil, code=nil) super(msg) @code = code end