Example #1
0
 public StartNodeNotFoundException(NodeNotFoundException e) : base(e)
 {
 }
Example #2
0
 public EndNodeNotFoundException(NodeNotFoundException e) : base(e)
 {
 }