This trait provides framework exceptions the ability to pinpoint accurately where the exception was raised rather than instantiated.
This is used primarily for factory-instantiated exceptions.
| Methods | ||
|---|---|---|
final
public
|
__construct(string $message = '', int $code = 0, ?Throwable $previous = null)
|
# |