DeprecatedException
class DeprecatedException extends PHPUnitErrorException
| internal |
Methods
__construct(string $message, int $code, string $file, int $line, Exception|null $previous = null)
Create a new PHPUnit error exception.
string
__toString()
Convert exception to string.
Details
in
PHPUnitErrorException at line 14
__construct(string $message, int $code, string $file, int $line, Exception|null $previous = null)
Create a new PHPUnit error exception.
in
PHPUnitErrorException at line 27
array
getPHPUnitExceptionTrace()
Get serializable trace for PHPUnit.
at line 19
string
__toString()
Convert exception to string.