Example #1
0
 /**
  * This method returns the line at which the exception was thrown.
  *
  * @access public
  * @static
  * @param Throwable\Runtime\Exception $x                    the exception to be processed
  * @return integer                                          the source line
  */
 public static function getLine(Throwable\Runtime\Exception $x)
 {
     return IInt32\Type::box($x->__getLine());
 }