Method: ExceptionHub::Configuration#before_create_exception

Defined in:
lib/exception_hub/configuration.rb

#before_create_exception(&block) ⇒ Object



77
78
79
# File 'lib/exception_hub/configuration.rb', line 77

def before_create_exception(&block)
  @before_create_exception_callbacks << block if block
end