Sha256: 09ce96f07311032ffd532d1b30e79e45d79fe56cbb0bc80d7ac6ce8db7682232
Contents?: true
Size: 248 Bytes
Versions: 8
Compression:
Stored size: 248 Bytes
Contents
module Libvirt module Ruby module Exceptions class InvalidFunction < StandardError def initialize(function) super("The function '#{function}' could not be found. Is it correct?") end end end end end
Version data entries
8 entries across 8 versions & 1 rubygems