수정시도1

This commit is contained in:
2020-05-19 00:30:55 +09:00
parent 894c912e19
commit 96041faefd
+1 -1
View File
@@ -256,7 +256,7 @@ class SpecialityHelper{
return static::pickSpecialDomestic($general, []);
}
throw new MustNotBeReachedException();
throw new MustNotBeReachedException("{$general['name']}, {$myCond}");
}
public static function pickSpecialWar(array $general, array $prevSpecials=[]) : string{