Phprest\Entity\DebugError::getTrace PHP Method

getTrace() public method

public getTrace ( ) : array
return array
    public function getTrace()
    {
        return $this->trace;
    }

Usage Example

Example #1
0
 public function testGetTrace()
 {
     $this->assertNotNull($this->debugError->getTrace());
 }