city)){ if(!$throwExeception){return false; } throw new \InvalidArgumentException("require supply in city"); } return true; } public function test():bool{ $this->checkInputValues(); $this->tested = true; if($this->city['supply']){ return true; } $this->reason = "고립된 도시입니다."; return false; } }