enchant.errors: Error class definitions for the enchant library
All error classes are defined in this separate sub-module, so that they can safely be imported without causing circular dependencies.
- exception enchant.errors.DefaultLanguageNotFoundError
Exception raised when a default language could not be found.
- exception enchant.errors.DictNotFoundError
Exception raised when a requested dictionary could not be found.
- exception enchant.errors.Error
Base exception class for the enchant module.
- exception enchant.errors.TokenizerNotFoundError
Exception raised when a requested tokenizer could not be found.