Neos\Fusion\Exception\RuntimeException::__construct PHP Метод

__construct() публичный Метод

public __construct ( string $message = '', integer $code, Exception $previous = null, null $typoScriptPath = null )
$message string
$code integer
$previous Exception
$typoScriptPath null
    public function __construct($message = '', $code = 0, \Exception $previous = null, $typoScriptPath = null)
    {
        parent::__construct($message, $code, $previous);
        $this->typoScriptPath = $typoScriptPath;
    }