11 lines
134 B
C#
11 lines
134 B
C#
#if GRIFFIN
|
|
using System;
|
|
|
|
namespace Pinwheel.Griffin
|
|
{
|
|
public class GProgressCancelledException : Exception
|
|
{
|
|
}
|
|
}
|
|
#endif
|