in reply to Re: How do I report an error back to the user of my object?
in thread How do I report an error back to the user of my object?
I would highly suggest you do not take an approach like this. Exception based errors (die/eval) are far superior in many respects. If you are not convinced yet, do some research! Also look at all the monks! Most have already suggested die() and for good reasons!