From 07d448407720ef934417251034b09aed8ba87020 Mon Sep 17 00:00:00 2001 From: Jason Robinson Date: Mon, 1 May 2017 18:58:29 +0300 Subject: [PATCH] Add NoSuitableProtocolFoundError to documentation --- docs/usage.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/usage.rst b/docs/usage.rst index 75ecd83..d05ce51 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -124,4 +124,5 @@ Various custom exception classes might be returned. .. autoexception:: federation.exceptions.NoHeaderInMessageError .. autoexception:: federation.exceptions.NoSenderKeyFoundError .. autoexception:: federation.exceptions.NoSuitableProtocolFoundError +.. autoexception:: federation.exceptions.SignatureVerificationError