module Sidekiq::ExceptionHandler

Overview

Only used server-side, any errors experienced within Sidekiq are piped into here.

Direct including types

Defined in:

sidekiq/server/exception_handler.cr
sidekiq/types.cr

Instance Method Summary

Instance Method Detail

def handle_exception(ctx : Sidekiq::Context, ex : Exception, ctx_hash : Hash(String, JSON::Any) | Nil = nil) #

[View source]