singrdk/base/Interfaces/Bartok/TryAllException.csi

8 lines
206 B
Plaintext

// Copyright (c) Microsoft Corporation. All rights reserved.
namespace System
{
public sealed class TryAllFakeException : Exception {}
public sealed class AtomicFakeException : Exception {}
}