class Sidekiq::ExceptionHandler::Logger

Defined in:

sidekiq/server/exception_handler.cr

Constructors

Instance Method Summary

Instance methods inherited from class Sidekiq::ExceptionHandler::Base

call(ex : Exception, ctxHash : Hash(String, JSON::Any) | Nil) call

Constructor Detail

def self.new(output : Log) #

[View source]

Instance Method Detail

def call(ex : Exception, ctx : Hash(String, JSON::Any) | Nil = nil) #

[View source]