C# Class VendingMachine.Domain.Exceptions.DrinkNotFoundException

Inheritance: System.Exception
ファイルを表示 Open project: posaunehm/Codersation

Public Methods

Method Description
DrinkNotFoundException ( string drinkName ) : System

Method Details

DrinkNotFoundException() public method

public DrinkNotFoundException ( string drinkName ) : System
drinkName string
return System