Lsrur\Inspector\Collectors\ExceptionCollector::getPreJson PHP Méthode

getPreJson() public méthode

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