CodeExplorer RequiredByUserException example
return new FileNotFoundException($fileId);
} public static function processingError(string
$message): ShopwareHttpException
{ return new ProcessingException($message);
} public static function requiredByUser(string
$column): ShopwareHttpException
{ return new RequiredByUserException($column);
}}