mirror of
https://github.com/openeggbert/mobile-eggbert-monogame-desktop.git
synced 2025-03-26 16:09:24 +01:00
9 lines
118 B
C#
9 lines
118 B
C#
using System;
|
|
|
|
namespace Microsoft.Devices.Sensors
|
|
{
|
|
public class SensorFailedException : Exception
|
|
{
|
|
}
|
|
}
|