Skip to content

Exceptions

GenerationError

Bases: RuntimeError

Exception raised when an error occured while generating a file.

Source code in kcg/exceptions.py
4
5
class GenerationError(RuntimeError):
    """Exception raised when an error occured while generating a file."""