Lsrur\Inspector\Collectors\ExceptionCollector::getPreJson PHP Method

getPreJson() public method

public getPreJson ( )
    public function getPreJson()
    {
        $result = $this->get();
        $this->removeSrc($result);
        return $result;
    }