# File lib/rhc-rest/exceptions/exceptions.rb, line 46 def initialize(message, field=nil) super(message) @field = field end