# File lib/puppet/network/xmlrpc/client.rb, line 67
67:     def self.handle_error(*exceptions, &block)
68:       handler = ErrorHandler.new(&block)
69: 
70:       exceptions.each do |exception|
71:         @@error_handlers[exception] = handler
72:       end
73:     end