PhpSandbox\Error::getData PHP Method

getData() public method

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