var error={};
(function(){var b=function(){};
b.prototype={IllegalArgumentError:function(c){return new error.CommonError(c,"IllegalArgumentError")
},NotImplementedError:function(c){return new error.CommonError(c,"NotImplementedError")
},NullArgumentError:function(c){return new error.CommonError(c,"NullArgumentError")
},UnhandledError:function(c){return new error.CommonError(c,"UnhandledError")
},};
var a=function(d,e){var c=new Error(d);
c.name=e;
return c
};
error.ErrorValidate=new b();
error.CommonError=a
})();