class RuntimeException extends Exception (View source)

This exception wraps an inner exception during rendering.

Properties

protected string $fusionPath

Methods

__construct(string $message = '', int $code = 0, Exception|null $previous = null, string $fusionPath = null)

No description

string
getFusionPath()

No description

Details

__construct(string $message = '', int $code = 0, Exception|null $previous = null, string $fusionPath = null)

No description

Parameters

string $message
int $code
Exception|null $previous
string $fusionPath

string getFusionPath()

No description

Return Value

string