Hello 🙂
I playing around with classes lately and would like to know wether someone has an idea of how to do the following:
I have an error class which is used by all other classes...ie if an error occurs, the kind of error is displayed (this is already done & works) - now for the part i would like to add:
Lets say i have my error class which is Class A. And i have my other class, called Class B, which produces the error (creates an object of Class A to give error output).
Is it possible to identify the class (class 😎 from which Class A was called?
I havent tried to do it yet as i wanted to listen to some possible neat ideas first 🙂
Thnx in advance.