mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-12 12:07:05 +00:00
refactor: More appropriate exceptions
This commit is contained in:
parent
cc115bafad
commit
086aee8167
1 changed files with 2 additions and 4 deletions
|
|
@ -97,8 +97,7 @@ namespace ICD.Common.Utils
|
||||||
[PublicAPI]
|
[PublicAPI]
|
||||||
public static void RestartProgram()
|
public static void RestartProgram()
|
||||||
{
|
{
|
||||||
// TODO
|
throw new NotSupportedException();
|
||||||
throw new NotImplementedException();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
@ -107,8 +106,7 @@ namespace ICD.Common.Utils
|
||||||
[PublicAPI]
|
[PublicAPI]
|
||||||
public static void Reboot()
|
public static void Reboot()
|
||||||
{
|
{
|
||||||
// TODO
|
throw new NotSupportedException();
|
||||||
throw new NotImplementedException();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue