Constructor
new PageNotFoundError(path, pathId, section, page)
Parameters:
Name | Type | Description |
---|---|---|
path |
Array.<String> | the full path that could not be navigated |
pathId |
String | the path id to which the navigation could not be done |
section |
qui.sections.Section | the section in which the navigation error occurred |
page |
qui.navigation.PageMixin | the page where the navigation stopped |
- Source:
Extends
- Error