public function PHPUnit_Framework_Exception::getSerializableTrace in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/phpunit/phpunit/src/Framework/Exception.php \PHPUnit_Framework_Exception::getSerializableTrace()
Returns the serializable trace (without 'args').
Return value
array
File
- vendor/
phpunit/ phpunit/ src/ Framework/ Exception.php, line 55
Class
- PHPUnit_Framework_Exception
- Base class for all PHPUnit Framework exceptions.
Code
public function getSerializableTrace() {
return $this->serializableTrace;
}