7 lines
204 B
Plaintext
7 lines
204 B
Plaintext
|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||
|
|
||
|
namespace System {
|
||
|
public sealed class TryAllFakeException : Exception {}
|
||
|
public sealed class AtomicFakeException : Exception {}
|
||
|
}
|