aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2015-08-29 19:23:33 +0900
committerKazuki Yamaguchi <k@rhe.jp>2015-08-29 19:26:06 +0900
commitf972504dd6c08dd474288ece8817e994beb926f8 (patch)
tree27c29d8675a893c607fb382e662e0c59640fd993 /lib
parentbc69345e4c6bce995f16836f3318a49179e9c5f2 (diff)
downloadaclog-f972504dd6c08dd474288ece8817e994beb926f8.tar.gz
implement opt-out
Diffstat (limited to 'lib')
-rw-r--r--lib/aclog/exceptions.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/aclog/exceptions.rb b/lib/aclog/exceptions.rb
index 4f70012..9a7ec77 100644
--- a/lib/aclog/exceptions.rb
+++ b/lib/aclog/exceptions.rb
@@ -10,6 +10,7 @@ module Aclog
class UserNotRegistered < NotFound; end
class DocumentNotFound < NotFound; end
+ class UserOptedOut < Forbidden; end
class UserProtected < Forbidden; end
class OAuthEchoError < Unauthorized; end