class Lambdakiq::FifoDelayError

Public Class Methods

new(error) click to toggle source
Calls superclass method
# File lib/lambdakiq/error.rb, line 16
def initialize(error)
  super
  set_backtrace([])
end