StandardError
# File lib/curl/easy.rb, line 11 def initialize(code, msg) self.message = msg self.code = code end