Example #1
0
 /**
  * This method returns the source file's name.
  *
  * @access public
  * @static
  * @param Throwable\Runtime\Exception $x                    the exception to be processed
  * @return string                                           the source file's name
  */
 public static function getFile(Throwable\Runtime\Exception $x)
 {
     return IString\Type::box($x->__getFile());
 }