Tagged Questions

0
votes
4answers
252 views

How can I make a custom exception object evaluate to false in an if condition?

I was just wondering if there was any way to make my object return false if placed in an if statement. The reason is I'm making a custom exception class. I would like to be able to do something ...