From 96041faefdd3b92c44930f98082332e61e613d9c Mon Sep 17 00:00:00 2001 From: hide_d Date: Tue, 19 May 2020 00:30:55 +0900 Subject: [PATCH] =?UTF-8?q?=EC=88=98=EC=A0=95=EC=8B=9C=EB=8F=841?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/SpecialityHelper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/SpecialityHelper.php b/hwe/sammo/SpecialityHelper.php index b8d1d231..ef4e958a 100644 --- a/hwe/sammo/SpecialityHelper.php +++ b/hwe/sammo/SpecialityHelper.php @@ -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{