using System; namespace AniNIX.TheRaven { public class RavenTimedOutException : System.Exception { /// /// Create a new RavenTimedOutException to identify this event /// public RavenTimedOutException(String message) : base(message) { } } }