mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 18:35:38 +00:00
9 lines
88 B
C#
9 lines
88 B
C#
|
namespace GConf
|
||
|
{
|
||
|
using System;
|
||
|
|
||
|
public class NoSuchKeyException : Exception
|
||
|
{
|
||
|
}
|
||
|
}
|