TwistPHP Documentation

getTraceAsString

File path: dist/twist/Classes/Exception.class.php
Namespace: Twist\Classes
Extends: \Exception

getTraceAsString

Return Values

void — No return information has been documented for this function.

Example

<?php
//Call the function getTraceAsString with the example vars
$resException = new \Twist\Classes\Exception();
$resException -> getTraceAsString();