class Sentry::Configuration

def get_exception_class(x)

def get_exception_class(x)
  x.is_a?(Module) ? x : safe_const_get(x)
end