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 $previous = null, null $fusionPath = null)

No description

null|string
getFusionPath()

No description

Details

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

No description

Parameters

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

null|string getFusionPath()

No description

Return Value

null|string