class Bill
{
// TODO: Add methods
}
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using OneOf; | |
namespace Throw; | |
/// <summary> | |
/// The exception customizations. | |
/// Contains a discriminated union of all possible exception customization options. | |
/// </summary> | |
public struct ExceptionCustomizations | |
{ |