Why i need this?
I have some function showErrorMsg, and now i that function i want to know what other function call this error msg so i don't need to call that showErrorMsg with argument of function that generate the error.
I know that i can use LINE FILE but i want to have name of function.
Like in class there is such function where you could get name of calling methind.
Any sugestions?