exception/custom_exception library
Exceptions / Errors
- CustomException
-
CustomExceptionis an abstract class that provides a base for custom exceptions. It implements theExceptioninterface.
CustomException is an abstract class that provides a base for custom exceptions.
It implements the Exception interface.