I have tried to override following this topic #308, but it won't work. Still show default error message.
I am trying to override abp.message.info and other abp.message when throw an userfriendlyexception. I am trying
abp.message.info = function (detail, title) { };
But nothing happen. Any help ?
PS. I know this might not related to ABP issue. But any help will be thank you.