Exception: Libvirt::Exceptions::WrongCall

Inherits:
StandardError
  • Object
show all
Defined in:
lib/libvirt-ruby/exceptions/wrong_call.rb

Instance Method Summary collapse

Constructor Details

#initializeWrongCall

Returns a new instance of WrongCall.



4
5
6
# File 'lib/libvirt-ruby/exceptions/wrong_call.rb', line 4

def initialize
  super("This method cannot be called directly. It was by purpose?")
end