Zymba Documentation
Exception
object @Exception(@Base) {
construct(string $message) {}
countTraces(): int {}
getInitialTrace(): object {}
getMessage(): string {}
getSummary(): string {}
getTracesAsString(): string {}
listTraces(): object {}
toString(): string {}
}
Exception prototype.