Entitas  0.40.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
ContextDoesNotContainEntityException.cs
1 namespace Entitas {
2 
4 
5  public ContextDoesNotContainEntityException(string message, string hint)
6  : base(message + "\nContext does not contain entity!", hint) {
7  }
8  }
9 }
Base exception used by Entitas.