general)){ if(!$throwExeception){return false; } throw new \InvalidArgumentException("require crew in general"); } return true; } public function test():bool{ $this->checkInputValues(); $this->tested = true; if($this->general['crew'] > 0){ return true; } $this->reason = "병사가 모자랍니다."; return false; } }