X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/62bfbd6a63dcac2f6f31eb014f69397c9eb967d2..716fa08090b6a51e4c72dd0a14b6c45f7da4a9d0:/docs/contributing/reference/reference_exceptions.rst diff --git a/docs/contributing/reference/reference_exceptions.rst b/docs/contributing/reference/reference_exceptions.rst index 517249f..ab46ebd 100644 --- a/docs/contributing/reference/reference_exceptions.rst +++ b/docs/contributing/reference/reference_exceptions.rst @@ -5,8 +5,14 @@ .. currentmodule:: black -.. autoexception:: black.CannotSplit +.. autoexception:: black.trans.CannotTransform -.. autoexception:: black.NothingChanged +.. autoexception:: black.linegen.CannotSplit -.. autoexception:: black.InvalidInput +.. autoexception:: black.brackets.BracketMatchError + +.. autoexception:: black.report.NothingChanged + +.. autoexception:: black.parsing.InvalidInput + +.. autoexception:: black.mode.Deprecated