global

def expected_exception(**opts)

def expected_exception(**opts)
  opts[:exception].new(opts[:message]) if opts[:exception]
end