final class Throwable (View source)

Methods

__construct(string $className, string $message, string $description, string $stackTrace, Throwable|null $previous)

No description

string
asString()

No description

string
className()

No description

string
message()

No description

string
description()

No description

string
stackTrace()

No description

bool
hasPrevious()

No description

previous()

No description

Details

__construct(string $className, string $message, string $description, string $stackTrace, Throwable|null $previous)

No description

Parameters

string $className
string $message
string $description
string $stackTrace
Throwable|null $previous

string asString()

No description

Return Value

string

Exceptions

NoPreviousThrowableException

string className()

No description

Return Value

string

string message()

No description

Return Value

string

string description()

No description

Return Value

string

string stackTrace()

No description

Return Value

string

bool hasPrevious()

No description

Return Value

bool

Throwable previous()

No description

Return Value

Throwable

Exceptions

NoPreviousThrowableException