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;
    }