general)){ if(!$throwExeception){return false; } throw new \InvalidArgumentException("require nation in general"); } return true; } public function test():bool{ $this->checkInputValues(); $this->tested = true; if($this->general['nation'] == 0){ return true; } $this->reason = "재야가 아닙니다."; return false; } }