9 lines
88 B
C#
9 lines
88 B
C#
|
namespace GConf
|
||
|
{
|
||
|
using System;
|
||
|
|
||
|
public class NoSuchKeyException : Exception
|
||
|
{
|
||
|
}
|
||
|
}
|