public function getTraces(string $pathinfo) : array { $this->traces = []; try { $this->match($pathinfo); } catch (ExceptionInterface) { } return $this->traces; }