Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/diaspora/federation.rb')
-rw-r--r--lib/diaspora/federation.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/diaspora/federation.rb b/lib/diaspora/federation.rb
index 1a1bd96b9..8a5bd9ac4 100644
--- a/lib/diaspora/federation.rb
+++ b/lib/diaspora/federation.rb
@@ -9,6 +9,10 @@ module Diaspora
# Raised, if the author of the existing object doesn't match the received author
class InvalidAuthor < RuntimeError
end
+
+ # Raised, if the recipient account is closed already
+ class RecipientClosed < RuntimeError
+ end
end
end