Merge branch 'master' of github.com:domify/registry

This commit is contained in:
Priit Tark 2015-06-03 10:43:27 +03:00
commit 13b60d39ce

View file

@ -550,6 +550,7 @@ class Epp::Domain < Domain
return dt
rescue => _e
add_epp_error('2306', nil, nil, I18n.t('action_failed_due_to_server_error'))
logger.error(e)
raise ActiveRecord::Rollback
end
end