LazyDoc.Util.NotCompiledError exception (LazyDoc v0.6.2)
View SourceThe module NotCompiledError defines a custom exception that can be raised when a compilation error occurs in a program.
Description
It provides a standard way to create an exception with a customizable message, which can be used to indicate that a piece of code could not be compiled. This exception can be helpful in error handling scenarios, allowing developers to signify specific issues related to code compilation.