raven-objc
raven-objc copied to clipboard
change func name from exceptionHanlder to ravenExceptionHandler
avoid name conflict
@folist What naming conflict are you trying to avoid?
@asbjornu Some code in other pods of my project already defines the function : exceptionHandler. Please give a prefix or define it static , thank you.