例外処理をまとめる 説明 例外処理をまとめる 使い方 rescue_from(例外 , with: メソッド) 例 例外処理をまとめる rescue_from User::NotAuthorized, with: :deny_access ソースコード GitHub