trim() публичный статический Метод

Also replaces the file path and line number.
public static trim ( Exception $exception )
$exception Exception The exception.
Пример #1
0
 /**
  * Construct a new PHPUnit assertion exception.
  *
  * @param string $description The failure description.
  */
 public function __construct($description)
 {
     AssertionException::trim($this);
     parent::__construct($description);
 }