chg: [stix-export] Throw exception on error

pull/7835/head
Jakub Onderka 2021-10-13 00:26:08 +02:00
parent e03ac4f3ba
commit 785722931e
1 changed files with 0 additions and 5 deletions

View File

@ -128,11 +128,6 @@ abstract class StixExport
$this->__empty_file = true;
}
private function __generateRandomFileName()
{
return (new RandomTool())->random_str(false, 12);
}
private function __delete_temporary_files()
{
foreach ($this->__filenames as $filename) {