PHP Class Neos\Fusion\Exception\RuntimeException

Inheritance: extends Neos\Fusion\Exception
Show file Open project: neos/neos-development-collection

Protected Properties

Property Type Description
$typoScriptPath string

Public Methods

Method Description
__construct ( string $message = '', integer $code, Exception $previous = null, null $typoScriptPath = null )
getTypoScriptPath ( ) : null | string

Method Details

__construct() public method

public __construct ( string $message = '', integer $code, Exception $previous = null, null $typoScriptPath = null )
$message string
$code integer
$previous Exception
$typoScriptPath null

getTypoScriptPath() public method

public getTypoScriptPath ( ) : null | string
return null | string

Property Details

$typoScriptPath protected property

protected string $typoScriptPath
return string