Module: VolumeCheck

Defined in:
lib/volume_check.rb

Class Method Summary collapse

Class Method Details

.processObject



4
5
6
7
8
9
# File 'lib/volume_check.rb', line 4

def self.process
  PlateVolume.process_all_volume_check_files
rescue StandardError => e
  ExceptionNotifier.notify_exception(e, data: { message: 'Process Volume Check Files Cron Failed' })
  $stderr.puts e.to_s
end