# File lib/puppet/network/xmlrpc/client.rb, line 59 59: def self.error_handler(exception) 60: if handler = @@error_handlers[exception.class] 61: return handler 62: else 63: return @@error_handlers[:default] 64: end 65: end