module Barbeque::ExceptionHandler

Private Class Methods

handler() click to toggle source
# File lib/barbeque/exception_handler.rb, line 10
def handler
  @handler ||= const_get(Barbeque.config.exception_handler, false).new
end