getGenerator()->getExtension()) !== 0) { throw new Exception( "Class $params[0] should be under namespace \\{$this->getGenerator()->getExtension()} but not." ); } } /** * @inheritDoc */ protected function getEnabledExtensions(): array { return [ Constant::EXT_SWOOLE, ]; } }