class Fog::Ovirt::Errors::OvirtEngineError

Attributes

orig_exception[R]

Public Class Methods

new(exception) click to toggle source
Calls superclass method
# File lib/fog/ovirt.rb, line 20
def initialize(exception)
  @orig_exception = exception
  super("Ovirt client returned an error: #{@orig_exception.message}")
end