+ 1
Custom exceptions are classes you make that inherit from and change the exception class and its methods. You actually don't even need to inherit from the exceptions class and can use your own class to pass to exception handlers.
17th Apr 2018, 12:50 PM
Zeke Williams
Zeke Williams - avatar