source
Created by: Andrew
This commit is contained in:
9
trunk/Common/IO/SettingReadException.cs
Normal file
9
trunk/Common/IO/SettingReadException.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System;
|
||||
|
||||
namespace KartExtreme.IO
|
||||
{
|
||||
public class SettingReadException : Exception
|
||||
{
|
||||
public SettingReadException(string key) : base(string.Format("Failed to read setting '{0}'.", key)) { }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user