class RuntimeException extends Exception (View source)

This exception wraps an inner exception during rendering.

Methods

__construct(string $message, int $code, Exception $previous, string $fusionPath)

No description

string
getFusionPath()

No description

getWrappedException()

Unwrap this Fusion RuntimeException

Details

__construct(string $message, int $code, Exception $previous, string $fusionPath)

No description

Parameters

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

string getFusionPath()

No description

Return Value

string

Exception getWrappedException()

Unwrap this Fusion RuntimeException

Return Value

Exception