Доделано 7 требование

This commit is contained in:
Павел Путилин 2022-11-19 16:15:51 +04:00
parent d1bc83d547
commit fc62891cfc

View File

@ -113,7 +113,7 @@ namespace AirplaneWithRadar
{
if (!File.Exists(filename))
{
throw new Exception("Файл не найден");
throw new FileNotFoundException("Файл не найден");
}
using (StreamReader fs = new(filename))
{