lib/libvirt-ruby/exceptions/wrong_call.rb in libvirt-ruby-1.0.2 vs lib/libvirt-ruby/exceptions/wrong_call.rb in libvirt-ruby-2.0.0
- old
+ new
@@ -1,11 +1,9 @@
module Libvirt
- module Ruby
- module Exceptions
- class WrongCall < StandardError
- def initialize
- super("This method cannot be called directly. It was by purpose?")
- end
+ module Exceptions
+ class WrongCall < StandardError
+ def initialize
+ super("This method cannot be called directly. It was by purpose?")
end
end
end
end
\ No newline at end of file