Constructor
new EdgeDoesNotExistError(v, w)
Constructs a new EdgeDoesNotExistError.
Parameters:
| Name | Type | Description |
|---|---|---|
v |
T | the id of the first vertex of the edge that does not exist. |
w |
T | the id of the second vertex of the edge that does not exist. |
- Source:
Extends
- Error