add initial share/svi/svi.rb

This commit is contained in:
Josh Holtrop 2018-01-29 17:11:24 -05:00
parent 4f3fe36d90
commit 53ac0a2963

8
share/svi/svi.rb Normal file
View File

@ -0,0 +1,8 @@
begin
rescue Interrupt => e
rescue Exception => e
$stderr.puts "Exception: #{e}"
e.backtrace.each do |entry|
$stderr.puts "> #{entry}"
end
end