Exception that output parsers should raise to signify a parsing error.
This exists to differentiate parsing errors from other code or execution errors
that also may arise inside the output parser.
OutputParserException will be available to catch and handle in ways to fix the
parsing error, while other errors will be raised.