2014年6月10日 星期二

[RoR] rescue 之後還是可以 發送 exception email .

begin
    10 / 0
rescue Exception => e
    ExceptionNotifier.deliver_exception_notification(e, self, request)
end
begin
    10 / 0
rescue Exception => e
    ExceptionNotifier::Notifier.exception_notification(request.env, e).deliver
end

來源: http://stackoverflow.com/questions/1504844/rails-exception-notification-plugin-force-send-email

【下列文章您可能也有興趣】

沒有留言: