Exceptions used by the project.
Handsdown API Index / Handsdown / Exceptions
Auto-generated documentation for handsdown.exceptions module.
Show source in exceptions.py:4
Main error for BaseGenerator.
class GeneratorError(Exception): ...Show source in exceptions.py:12
Main error for ImportString.
class ImportStringError(Exception): ...Show source in exceptions.py:8
Main error for Loader.
class LoaderError(Exception): ...Show source in exceptions.py:20
Main error for source code parsing issues.
class ParserError(Exception): ...Show source in exceptions.py:16
Main error for PathFinder.
class PathFinderError(Exception): ...