aboutsummaryrefslogtreecommitdiffstats
path: root/lib/aclog
diff options
context:
space:
mode:
authorrhenium <rhenium@rhe.jp>2014-05-04 05:56:15 +0900
committerrhenium <rhenium@rhe.jp>2014-05-04 05:56:15 +0900
commit193d3cfde19324c910131afef57612ae87ecc776 (patch)
tree3de5d1189b92df334fee697473721fcc79603fc5 /lib/aclog
parent20fb53a32a10182c82efedc15698bd1927cb6519 (diff)
downloadaclog-193d3cfde19324c910131afef57612ae87ecc776.tar.gz
add status page
Diffstat (limited to 'lib/aclog')
-rw-r--r--lib/aclog/exceptions.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/aclog/exceptions.rb b/lib/aclog/exceptions.rb
index 1a58755..5ffe609 100644
--- a/lib/aclog/exceptions.rb
+++ b/lib/aclog/exceptions.rb
@@ -16,5 +16,7 @@ module Aclog
class OAuthEchoError < Unauthorized; end
class OAuthEchoUnauthorized < OAuthEchoError; end
+
+ class WorkerConnectionError < AclogError; end
end
end