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

Version Path
aws_cron-0.1.4 lib/aws_cron/exception_handler.rb
aws_cron-0.1.3 lib/aws_cron/exception_handler.rb
aws_cron-0.1.2 lib/aws_cron/exception_handler.rb
aws_cron-0.1.1 lib/aws_cron/exception_handler.rb