Sha256: 91edc450a255f82c3a1532d32dea9dcc1f4cf95149fa446373630c5230ba4854

Contents?: true

Size: 194 Bytes

Versions: 1

Compression:

Stored size: 194 Bytes

Contents

module Libvirt
  module Exceptions
    class WrongCall < StandardError
      def initialize
        super("This method cannot be called directly. It was by purpose?")
      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/wrong_call.rb