PhpSandbox\PHPSandbox::getLastValidationError PHP Méthode

getLastValidationError() public méthode

Gets the last validation error thrown by the sandbox
public getLastValidationError ( ) : Exception | Error
Résultat Exception | Error
    public function getLastValidationError()
    {
        return $this->last_validation_error;
    }
PHPSandbox