|
Posted by Christian Herrnbock on 12/04/05 21:00
mr php wrote:
> Hello
> Is it good to use exception handling for error handling or I should use
> only for exceptions?
> For example:
> Is it good to throwing user input errors with throw new Exception().
> Thanks
Hello,
I would also go by keeping them separate; it helps both in logic-flow, and
maintenence. Not to mention, exception handlers are design to do just that
- handle exceptions.
Regards,
Christian
Navigation:
[Reply to this message]
|