aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/account.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/account.rb')
-rw-r--r--app/models/account.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/account.rb b/app/models/account.rb
index ab8cd74..b3bcb4d 100644
--- a/app/models/account.rb
+++ b/app/models/account.rb
@@ -43,7 +43,7 @@ class Account < ActiveRecord::Base
elsif self.status == Account::DEACTIVATED
client.call(:unregister, Marshal.dump(self))
end
- rescue Errno::ECONNREFUSED
+ rescue Errno::ECONNREFUSED, Errno::ENOENT
Rails.logger.error($!)
end