증여 추가

This commit is contained in:
2018-10-20 02:11:23 +09:00
parent b178ecd494
commit 7e5c19f507
9 changed files with 272 additions and 104 deletions
+1 -1
View File
@@ -542,7 +542,7 @@ class General implements iAction{
$rawGeneral = $db->queryFirstRow('SELECT $lb FROM general WHERE no = %i', $generalID);
if(!$rawGeneral){
throw new \InvalidArgumentException("generalID에 해당하는 장수가 없음: {$generalID}");
throw new NoDBResultException("generalID에 해당하는 장수가 없음: {$generalID}");
}
$general = new static($rawGeneral, null, $year, $month, $constructMode > 1);