lib/mikoshi/plan/service.rb in mikoshi-0.6.1 vs lib/mikoshi/plan/service.rb in mikoshi-0.7.0

- old
+ new

@@ -45,10 +45,10 @@ when :create create_service when :update update_service end - rescue => e + rescue StandardError => e invoke_failed_hooks raise e end private