chromium/extensions/common/error_utils.h

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

#ifndef EXTENSIONS_COMMON_ERROR_UTILS_H_
#define EXTENSIONS_COMMON_ERROR_UTILS_H_

#include <string>
#include <string_view>

#include "base/containers/span.h"

namespace extensions {

class ErrorUtils {};

}  // namespace extensions

#endif  // EXTENSIONS_COMMON_ERROR_UTILS_H_