Home
last modified time | relevance | path

Searched refs:errorFile (Results 1 – 3 of 3) sorted by relevance

/plugin/combo/ComboStrap/
H A DExceptionPhpError.php9 private string $errorFile; variable in ComboStrap\\ExceptionPhpError
12 public function setErrorFile($errorFile): ExceptionPhpError argument
14 $this->errorFile = $errorFile;
29 return $this->errorFile;
H A DErrorHandler.php16 set_error_handler(function($errorNumber, $errorMessage, $errorFile, $errorLine) {
23 ->setErrorFile($errorFile)
/plugin/findologicxmlexport/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/
H A DUnexpectedValueException.php33 string $errorFile, argument
41 $errorFile,