/**
  * @param $filePath
  * @return string
  * @throws \Exception
  */
 protected function executeProcessing($filePath)
 {
     throw Exception::processorOverrideNecessary(get_class($this), $filePath);
 }