Sha256: b558152c1a69ba9abebb82a8416a154f3da933259ab8eda326c9333ad690e96b
Contents?: true
Size: 206 Bytes
Versions: 1
Compression:
Stored size: 206 Bytes
Contents
module Libvirt module Exceptions class MissingLib < StandardError def initialize super("The libvirt C library could not be loaded. Is it properly installed?") end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
libvirt-ruby-2.0.0 | lib/libvirt-ruby/exceptions/missing_lib.rb |