blob: 34a13fd2d44b1f0224ce14335afe79ad4eb01f9e [file] [log] [blame]
// Copyright 2018 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef SHILL_CELLULAR_CELLULAR_ERROR_H_
#define SHILL_CELLULAR_CELLULAR_ERROR_H_
#include <brillo/errors/error.h>
#include "shill/error.h"
namespace shill {
class CellularError {
public:
static void FromMM1ChromeosDBusError(brillo::Error* dbus_error, Error* error);
private:
DISALLOW_COPY_AND_ASSIGN(CellularError);
};
} // namespace shill
#endif // SHILL_CELLULAR_CELLULAR_ERROR_H_