chromium/third_party/blink/renderer/platform/testing/exception_state_matchers.cc

// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "third_party/blink/renderer/platform/testing/exception_state_matchers.h"

#include "base/strings/strcat.h"
#include "base/strings/string_number_conversions.h"
#include "third_party/blink/renderer/core/dom/dom_exception.h"
#include "third_party/blink/renderer/platform/bindings/exception_code.h"

namespace blink {

void PrintTo(const ExceptionState& exception_state, std::ostream* os) {}

namespace internal {

std::string ExceptionCodeToString(ExceptionCode code) {}

}  // namespace internal

}  // namespace blink