using System; namespace Decal.Adapter; internal class RenderViolationException : Exception { internal RenderViolationException(string message) : base(message) { } }