Home
last modified time | relevance | path

Searched refs:runtimeException (Results 1 – 5 of 5) sorted by relevance

/plugin/siteexport/inc/
H A Ddebug.php94 …$this->runtimeException("DebugFile not properly configured. Make sure, it is set, readable and wri…
99 … $this->runtimeException("Could not create/open/append logfile: '{$this->debugFile}'", true);
152 public function runtimeException($message, $wasDebug=false) { function in siteexport_debug
H A Dfilewriter.php81 …$this->functions->debug->runtimeException("Create PDF from File '$FILE' with name '$NAME' went wro…
99 …$this->functions->debug->runtimeException("PHP class 'ZipArchive' does not exist. Please make sure…
105 …$this->functions->debug->runtimeException("Can't create new instance of 'ZipArchive'. Please make …
124 $this->functions->debug->runtimeException("Zip Error #{$code} for file {$NAME}");
H A Dmpdf.php77 $this->debugObj->runtimeException($msg);
H A Dhttpproxy.php118 $this->debugClass->runtimeException("No decryption method found");
/plugin/siteexport/action/
H A Dajax.php263 … $this->functions->debug->runtimeException("No data generated. List of Files is 'false'.");
269 $this->functions->debug->runtimeException("Generated list is empty.");
432 $this->functions->debug->runtimeException("Can't remove old files.");
526 …$this->functions->debug->runtimeException("Creating temporary download file failed for '$url'. See…