Fog::Ovirt::Errors::OvirtError
# File lib/fog/ovirt.rb, line 21 def initialize(exception) @orig_exception = exception super("Ovirt client returned an error: #{@orig_exception.message}") end