Method: FLVTool2::Base.show_exception

Defined in:
lib/flvtool2/base.rb

.show_exception(e, options) ⇒ Object



291
292
293
294
# File 'lib/flvtool2/base.rb', line 291

def show_exception(e, options)
  puts "ERROR: #{e.message}\nERROR: #{e.backtrace.join("\nERROR: ")}"
  puts "Skipping file #{options[:in_path]}\n" if options[:verbose]
end