public function getRequireOnce($path) { if ($this->exists($path)) { return \Connector::needOnce($path); } else { throw new FileNotFoundException($path); } }