Skip to content

Exceptions

Handsdown API Index / Handsdown / Exceptions

Auto-generated documentation for handsdown.exceptions module.

GeneratorError

Show source in exceptions.py:6

Main error for BaseGenerator.

Signature

class GeneratorError(Exception):
    ...

ImportStringError

Show source in exceptions.py:18

Main error for ImportString.

Signature

class ImportStringError(Exception):
    ...

LoaderError

Show source in exceptions.py:12

Main error for Loader.

Signature

class LoaderError(Exception):
    ...

ParserError

Show source in exceptions.py:30

Main error for source code parsing issues.

Signature

class ParserError(Exception):
    ...

PathFinderError

Show source in exceptions.py:24

Main error for PathFinder.

Signature

class PathFinderError(Exception):
    ...