mirror of
https://github.com/openeggbert/mobile-eggbert-kni-web.git
synced 2025-03-25 15:47:51 +01:00
9 lines
121 B
C#
9 lines
121 B
C#
|
using System;
|
|||
|
|
|||
|
namespace Microsoft.Devices.Sensors
|
|||
|
{
|
|||
|
public class SensorFailedException : Exception
|
|||
|
{
|
|||
|
}
|
|||
|
}
|