Sha256: fe4e87726106e4a81cfab846fb8674d2b4df4744faec1964f92b54054aa16e8d
Contents?: true
Size: 203 Bytes
Versions: 4
Compression:
Stored size: 203 Bytes
Contents
module AwsCron def self.exception_handler(exception, message, data={}) return if configuration.exception_handler.nil? configuration.exception_handler.error(exception, message, data) end end
Version data entries
4 entries across 4 versions & 1 rubygems