Exceptions¶
- exception pyjson5.Json5Exception(message=None, *args)¶
Base class of any exception thrown by PyJSON5.
- add_note(object, /)¶
Exception.add_note(note) – add a note to the exception
- message¶
Human readable error description
- with_traceback(object, /)¶
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.