Expand description
Recovery from errors.
An instance of ErrorHandler
provides methods that get called when errors occur during compilation.
The signatures of these methods reflect where they are called and what needs to be returned in order
to recover from the error.
Structs§
- Error
Thrower - Default
ErrorHandler
that just throws aTeXError
. - Invalid
Character - An error indicating that an invalid
Character
was encountered - TooMany
Close Braces
Enums§
Traits§
- Error
Handler - Trait for error recovery, to be implemented for an engine.
- IntoErr
- Recoverable
Error