PhpSandbox\PHPSandbox::getLastError PHP Méthode

getLastError() public méthode

Gets the last sandbox error
public getLastError ( ) : array
Résultat array
    public function getLastError()
    {
        return $this->last_error;
    }
PHPSandbox