例外はrescueしたいけどAirbrakeには通知したいとき。
begin
# 怪しい処理
rescue => e
Airbrake.notify(e)
end
Go to list of users who liked
More than 5 years have passed since last update.
例外はrescueしたいけどAirbrakeには通知したいとき。
begin
# 怪しい処理
rescue => e
Airbrake.notify(e)
end
Register as a new user and use Qiita more conveniently
Go to list of users who liked