PhpSandbox\Error::getData PHP Метод

getData() публичный Метод

Returns data of the Error
public getData ( ) : mixed
Результат mixed The data of the error to return
    public function getData()
    {
        return $this->data;
    }