nation)){ if(!$throwExeception){return false; } throw new \InvalidArgumentException("require gold in nation"); } return true; } public function test():bool{ $this->checkInputValues(); $this->tested = true; if($this->nation['gold'] >= $this->arg){ return true; } $this->reason = "국고가 부족합니다."; return false; } }