Fog::Errors::Error
# File lib/fog/cloudsigma/error.rb, line 7 def initialize(message, type='n/a', error_point=nil) @type = type @error_point = error_point super(message) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.