I would like to subclass NSException and use it in my app for the application specific errors or exceptions.
Is it right way to do so? If YES, how to do it in a better way. If NO, why it is not the right way and whats the alternate for it?.
Please guide me !
Thanks.