Example #1
0
 /**
  * This method returns any backtrace information.
  *
  * @access public
  * @static
  * @param Throwable\Runtime\Exception $x                    the exception to be processed
  * @return array                                            any backtrace information
  */
 public static function getTrace(Throwable\Runtime\Exception $x)
 {
     return IArrayList\Type::box($x->__getTrace());
     // TODO re-implement to use recursive make
 }