작업 조건 분석 기능 개발
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
#define Graph_And_Chart_PRO
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace ChartAndGraph.Exceptions
|
||||
{
|
||||
class ChartItemNotExistException : ChartException
|
||||
{
|
||||
public ChartItemNotExistException(string message)
|
||||
:base(message)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user