| Methods |
public
|
__construct(Throwable $exception, ITranslatorAdapter $adapter = null, Throwable $parentException = null)
|
#
|
abstract
protected
|
processHeader(): void
|
#
|
abstract
protected
|
processParams(): void
|
#
|
abstract
protected
|
processSolutions(): void
|
#
|
abstract
protected
|
processStackTrace(): void
|
#
|
abstract
protected
|
processStackTraceInternal(): void
|
#
|
abstract
protected
|
processPreviousException(): void
|
#
|
protected
|
processAll(): void
|
#
|
public
|
__toString(): string
|
#
|
protected
|
replaceTokens(string $text, array<string, string> $tokens): string
|
#
|
protected
|
parseStackTraceFrame(array<string, mixed> $frame): array<string, mixed>
|
#
|
public
static
|
toSafeString(mixed $val, bool $allowNl = false, int $maxDepth = 2): string
|
#
|
protected
|
getExceptionTitle(): string
|
#
|
protected
|
getExceptionMessage(): string
|
#
|
protected
|
getStackTrace(bool $shorten): array<int|'self', array<string, mixed>>
Returns stack trace and reindex it from the first call. If shortening is allowed,
shorten the stack trace if it starts…
Returns stack trace and reindex it from the first call. If shortening is allowed,
shorten the stack trace if it starts with the parent one.
|
#
|
public
|
_(string $message, array<string, mixed> $parameters = [], string $domain = null, string $locale = null): string
|
#
|
protected
|
getVendorDirectory(): string
|
#
|
protected
|
makeRelativePath(string $path): string
|
#
|
protected
|
tryRelativizePathsInString(string $str): string
|
#
|