Constructor
new VertexDoesNotExistError(id)
Constructs a new VertexDoesNotExistError.
Parameters:
| Name | Type | Description |
|---|---|---|
id |
T | the id of the vertex that does not exist. |
- Source:
Extends
- Error
| Name | Type | Description |
|---|---|---|
id |
T | the id of the vertex that does not exist. |