Searched refs:ProxyExceptionsItem (Results 1 – 1 of 1) sorted by relevance
42 return new ProxyExceptionsItem(exception);105 function ProxyExceptionsItem(exception) { class108 ProxyExceptionsItem.decorate(el);116 ProxyExceptionsItem.decorate = function(el) {117 el.__proto__ = ProxyExceptionsItem.prototype;121 ProxyExceptionsItem.prototype = { class