bin/exercism in exercism-0.0.25 vs bin/exercism in exercism-0.0.26
- old
+ new
@@ -4,10 +4,10 @@
$:.unshift File.expand_path("../../lib", __FILE__)
require 'cli'
begin
Exercism::CLI.start
-rescue Exception => e
+rescue StandardError => e
puts
puts "ERROR: Something went wrong. Exiting."
puts e.message
puts
raise e if ENV['EXERCISM_ENV'] =~ /test|development/