| Index: device/sensors/android/java/src/org/chromium/device/sensors/SensorException.java
|
| diff --git a/device/sensors/android/java/src/org/chromium/device/sensors/SensorException.java b/device/sensors/android/java/src/org/chromium/device/sensors/SensorException.java
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..c79a11515bd3899bff5a13346535f6cc78383d4c
|
| --- /dev/null
|
| +++ b/device/sensors/android/java/src/org/chromium/device/sensors/SensorException.java
|
| @@ -0,0 +1,10 @@
|
| +// Copyright 2016 The Chromium Authors. All rights reserved.
|
| +// Use of this source code is governed by a BSD-style license that can be
|
| +// found in the LICENSE file.
|
| +
|
| +package org.chromium.device.sensors;
|
| +
|
| +/**
|
| + * Exception that raised when Sensor instance cannot be created.
|
| + */
|
| +public final class SensorException extends Exception {}
|
|
|