Zymba Documentation
Exception
Text
object @Exception(@Base) {
construct(string $message) {}
countTraces(): int {}
getInitialTrace(): object {}
getInternalState(): object {}
getMessage(): string {}
getSummary(): string {}
getTracesAsString(): string {}
listTraces(): object {}
toString(): string {}
}
Exception prototype.
Prototype
Methods
CODE
$this.getInitialTrace(): object
Returns
| Type | Value |
|---|---|
object | ["filename": ..., "line": ..., "site": ..., "function": ..., "params": ...] |
null |
CODE
$this.listTraces(): object
Returns
| Type | Value |
|---|---|
object | [["filename": ..., "line": ..., "site": ..., "function": ..., "params": ...], ...] |