public function addWarning( $modulePath, $msg, $code = null, $data = null ) {
        $msg = ApiMessage::create( $msg, $code, $data )
            ->inLanguage( $this->lang )
            ->page( $this->getContextTitle() )
            ->useDatabase( $this->useDB );