[Solved] Explicit Exception problem with try function
[ad_1] I guess you got that idea from this answer. The idea the answer was trying to convey was that you can use an exception of your choice. In reality, there is no such exception as ExplicitException. You can use any exception from the built-ins or define your own exception class. You can also except … Read more