chromium/third_party/blink/renderer/modules/peerconnection/rtc_error.cc

// Copyright 2019 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/modules/peerconnection/rtc_error.h"

#include <utility>

#include "base/notreached.h"

namespace blink {

namespace {

String RTCErrorDetailToString(webrtc::RTCErrorDetailType detail) {}
}  // namespace

// static
RTCError* RTCError::Create(const RTCErrorInit* init, String message) {}

RTCError::RTCError(const RTCErrorInit* init, String message)
    :{}

RTCError::RTCError(webrtc::RTCError err)
    :{}

const String& RTCError::errorDetail() const {}

}  // namespace blink