This commit is contained in:
yongweisun 2013-02-26 05:49:52 +08:00
Родитель 2cef00eedb
Коммит 770532a3e1
1 изменённых файлов: 9 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,9 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace System {
class NotFiniteNumberException : Exception {
}
}