Contents:
doctest
EditFrontMatter_Exception
Custom exception handler for EditFrontMatter Project
__init__
A custom exception handler for the module. Provides a simplified output message for debugging.
msg (str) – A custom messsage for the exception caught in the code
exc (Exception) – Original exception object from try block
Exception obj
Methods
__init__(msg, exc, *args, **kwargs)