Sha256: c9cd709dadea3a88938c15bad432e582a012dcaed1f4b0a3240beead35d7972f
Contents?: true
Size: 240 Bytes
Versions: 8
Compression:
Stored size: 240 Bytes
Contents
module Libvirt module Ruby module Exceptions class MissingLib < StandardError def initialize super("The libvirt C library could not be loaded. Is it properly installed?") end end end end end
Version data entries
8 entries across 8 versions & 1 rubygems