getDetails() public method

public getDetails ( ) : array
return array
Exemplo n.º 1
0
 public function testGetDetails()
 {
     $error = new Error(new Exception('', 0, 500, ['details']));
     $this->assertEquals(['details'], $error->getDetails());
 }