Estuate Interview Question

How to create your own exceptions

Interview Answer

Anonymous

Aug 13, 2019

We can use custom exceptions. Try and catch block. the class has to inherit from throwable class

1