PhpSandbox\Error::getData PHP Méthode

getData() public méthode

Returns data of the Error
public getData ( ) : mixed
Résultat mixed The data of the error to return
    public function getData()
    {
        return $this->data;
    }