class RailsBand::ActionController::LogSubscriber

def halted_callback(event)

def halted_callback(event)
  consumer_of(__method__)&.call(Event::HaltedCallback.new(event))
end