Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 1.38 KB

File metadata and controls

82 lines (45 loc) · 1.38 KB

Exceptions

Exceptions used by the project.

Handsdown API Index / Handsdown / Exceptions

Auto-generated documentation for handsdown.exceptions module.

GeneratorError

Show source in exceptions.py:4

Main error for BaseGenerator.

Signature

class GeneratorError(Exception): ...

ImportStringError

Show source in exceptions.py:12

Main error for ImportString.

Signature

class ImportStringError(Exception): ...

LoaderError

Show source in exceptions.py:8

Main error for Loader.

Signature

class LoaderError(Exception): ...

ParserError

Show source in exceptions.py:20

Main error for source code parsing issues.

Signature

class ParserError(Exception): ...

PathFinderError

Show source in exceptions.py:16

Main error for PathFinder.

Signature

class PathFinderError(Exception): ...