Example #1
0
 /**
  * This method returns the backtrace information as a string.
  *
  * @access public
  * @static
  * @param Throwable\Runtime\Exception $x                    the exception to be processed
  * @return string                                           the backtrace information
  */
 public static function getTraceAsString(Throwable\Runtime\Exception $x)
 {
     return IString\Type::box($x->__getTraceAsString());
 }