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