general)){ if(!$throwExeception){return false; } throw new \InvalidArgumentException("require atmos in general"); } return true; } public function test():bool{ $this->checkInputValues(); $this->tested = true; if($this->general['atmos'] < $this->arg){ return true; } $this->reason = "이미 사기는 하늘을 찌를듯 합니다."; return false; } }