I would recommend keeping error handling and exceptions separate. On 12/4/05, mr php <phpphpphp@xxxxxxxxx> 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 > > -- Anas Mughal