class Isolator::Configuration

def initialize

def initialize
  @logger = nil
  @raise_exceptions = test_env?
  @send_notifications = false
end