9 lines
109 B
C#
9 lines
109 B
C#
![]() |
using System;
|
||
|
|
||
|
namespace CPF.Mac.Foundation
|
||
|
{
|
||
|
public class ModelNotImplementedException : Exception
|
||
|
{
|
||
|
}
|
||
|
}
|