FileSystemRoot(this.rootPath, {this.notFoundCallback}) { if (!Directory(rootPath).existsSync()) { throw LiquifyEngineMissingRootPath(rootPath); } }