Méthode | Description | |
---|---|---|
__construct ( string $description ) | Construct a new assertion exception. | |
tracePhonyCall ( array $trace ) : array | null | Find the Phony entry point call in a stack trace. | |
trim ( Exception $exception ) | Trim the supplied exception's stack trace to only include relevant information. |
public __construct ( string $description ) | ||
$description | string | The failure description. |
public static trim ( Exception $exception ) | ||
$exception | Exception | The exception. |