Class: EditFrontMatter_Exception

exception EditFrontMatter_Exception(msg, exc, *args, **kwargs)[source]

Custom exception handler for EditFrontMatter Project

__init__(msg, exc, *args, **kwargs)[source]
Description

A custom exception handler for the module. Provides a simplified output message for debugging.

Parameters
  • msg (str) – A custom messsage for the exception caught in the code

  • exc (Exception) – Original exception object from try block

Returns

Exception obj

Methods

__init__(msg, exc, *args, **kwargs)

Description