reviewboard.diffviewer.errors¶
-
exception
UserVisibleError[source]¶ Bases:
exceptions.ExceptionA user-visible error shown in the rendered output.
-
exception
DiffCompatError[source]¶ Bases:
exceptions.ExceptionUnknown diff compatibility version error.
-
exception
DiffTooBigError(msg, max_diff_size)[source]¶ Bases:
exceptions.ValueError
-
exception
EmptyDiffError[source]¶ Bases:
exceptions.ValueError
-
exception
DiffParserError(msg, linenum=None)[source]¶ Bases:
exceptions.Exception