Module: MyPrecious::DataCaching
- Included in:
- CVEs, PyPackageInfo, RubyGemInfo
- Defined in:
- lib/myprecious/data_caches.rb
Class Method Summary collapse
Class Method Details
.print_error_info(target) ⇒ Object
62 63 64 65 66 67 68 69 |
# File 'lib/myprecious/data_caches.rb', line 62 def self.print_error_info(target) yield rescue Interrupt raise rescue StandardError => e $stderr.puts "Error fetching data for #{target}: #{e.}" raise end |